Node.js 上的 starttls > 0.4.0

发布于 2024-10-20 01:23:47 字数 249 浏览 2 评论 0原文

我遇到了这个线程 Node.js HTTPS Secure Error 其中提到 tls 模块是现在在节点上执行 TLS 的方法。看来 setSecure() 已被删除。我正在尝试为 XMPP 执行 STARTTLS。这意味着socket会中途升级。我该如何在 node.js 上执行此操作 > 0.4.0?

I came across this thread Node.js HTTPS Secure Error which mentions that the tls module is the way to do TLS on node now. It seems that setSecure() has been dropped. I'm trying to do a STARTTLS for XMPP. This means that the socket will be upgraded midway. How do I go about doing this on node.js > 0.4.0?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水溶 2024-10-27 01:23:47

仔细查看 Node Github 存储库中的 lib/tls.js 文件。

https://github.com/joyent/node/blob /master/lib/tls.js#L949-992

您可能真正喜欢的另一个资源在这里:

https://github.com/andris9/rai/blob/master/lib/starttls.js

Take a close look at the lib/tls.js file in the Node Github repo.

https://github.com/joyent/node/blob/master/lib/tls.js#L949-992

Another resource that you really might like is here:

https://github.com/andris9/rai/blob/master/lib/starttls.js

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文