gpt4 book ai didi

node.js - nsolid 不支持 HTTPS

转载 作者:太空宇宙 更新时间:2023-11-04 02:57:43 26 4
gpt4 key购买 nike

我正在使用新的 NSolid 工具,因为我想知道我们是否可以在我工作的公司中使用它。自去年以来,我们已经在生产环境中使用了一个 Nodejs 应用程序,并且我们将在不久的将来推出另一个应用程序。

我已在 Linux 虚拟机中安装了 nsolid,并在我们当前发布的应用程序中进行了尝试,但我在从应用程序向其他公司服务发出的 HTTPS 请求时遇到了此问题。


[错误:不支持协议(protocol)“https:”。应为“http:”。] '错误:不支持协议(protocol)“https:”。预期为“http:”。
在新的 ClientRequest (_http_client.js:53:11)
在 Object.exports.request (http.js:31:10)
在 Object.exports.request (https.js:163:15)

nsolid 不支持 https 模块吗?如果是这样,有计划支持吗?

谢谢。

最佳答案

这似乎与 N|Solid 无关,当您尝试使用 http 客户端执行 https 请求时,会发生此错误,我在不同的 Node.js 版本(v0.12.x、v4.x、N|Solid)上重现了此错误:

⬢  ~  node
> http.get("https://github.com/julianduque", function (res) {})
Error: Protocol "https:" not supported. Expected "http:".
at new ClientRequest (_http_client.js:53:11)
at Object.exports.request (http.js:31:10)
at Object.exports.get (http.js:35:21)
at repl:1:6
at REPLServer.defaultEval (repl.js:164:27)
at bound (domain.js:250:14)
at REPLServer.runBound [as eval] (domain.js:263:12)
at REPLServer.<anonymous> (repl.js:392:12)
at emitOne (events.js:82:20)
at REPLServer.emit (events.js:169:7)

您的请求进展如何?

关于node.js - nsolid 不支持 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33041091/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com