具有 TLS/SSL 的 Tcl 7.x
我知道 Tcl 8.x 有一个 TLS 包。
我找不到任何在 Tcl 7.x 上执行 TLS/SSL 的软件包。
我很乐意得到任何有关此类实现的指示。
I know there is a TLS package for Tcl 8.x.
I cannot find any packages to do TLS/SSL on Tcl 7.x.
I would be happy to get any pointers to such an implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于我找不到 Tcl 的软件包,我将使用来自 http://www.stunnel.org/ 的 SSL 隧道。我将让 ssl 隧道侦听本地计算机上的端口 444,并使用 TLS 将请求转发到目标服务器。
如果有人有更好的解决方案,我仍然对更好的解决方案感兴趣。
Since I could not find a package for Tcl I will be using an SSL Tunnel from http://www.stunnel.org/. I'll have the ssl tunnel listen on port 444 on the local machine and forward the requests to the target server using TLS.
I am still interested in a better solution if someone has any.