没有 HTTP 的 SSL

发布于 2024-08-08 19:35:13 字数 258 浏览 2 评论 0原文

所有,

可以使用 IIS(或类似的)来处理 https 通信的 ssl 端。是否有类似的东西可以处理 TCP/IP 消息的 ssl 端?

基本上,我有一个客户端设备通过 TCP 连接发送非 http 消息,并且想要一个可以为我处理 SSL 的加密和证书端并将纯文本转发到另一台服务器的服务器。

openSSL s_server 命令似乎是正确的,但文档指出“它仅用于测试目的”,而我需要一些强大的东西。文档是否已过时?

谢谢, 帕特里克

All,

It is possible to use IIS (or similar) to handle the ssl side of https communications. Is there something similar that can handle the ssl side of a TCP/IP message?

Basically I have a client device sending a non-http message over a TCP connection and want a server that can handle the crypto and certificate side of SSL for me and forward the plain text on to another server.

The openSSL s_server command seems correct but the documentation states "It's intended for testing purposes only" while I need something robust. Is the documentation out of date?

Thanks,
Patrick

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

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

发布评论

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

评论(3

晨曦÷微暖 2024-08-15 19:35:13

您正在寻找 stunnel 计划:

Stunnel 是一个程序,允许您在 Unix 和 Windows 上可用的 SSL(安全套接字层)内加密任意 TCP 连接。 Stunnel 可以让您通过 Stunnel 提供加密来保护非 SSL 感知的守护进程和协议(如 POP、IMAP、LDAP 等),无需更改守护进程的代码。

You are after the stunnel program:

Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code.

疾风者 2024-08-15 19:35:13

我不认为该文档已经过时。 “仅用于测试目的”是他们的责任免除。

I don't think the documentation is out of date. "For testing purposes only" is their release from liability.

灯下孤影 2024-08-15 19:35:13

听起来您想要一个 SSL 隧道。您可以设置到 SSL 服务器的隧道,通过隧道发送数据包,然后让该服务器转发结果。有很多关于使用 SSH 通过 SSL 设置隧道的教程。

It sounds like you want an SSL tunnel. You could setup a tunnel to the SSL server, send the packets through the tunnel, and then have that server forward the result on. There are lots of tutorials on using SSH to setup tunnels over SSL.

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