SSL without HTTP

Everything,

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

Basically, I have a client device that sends a non-http message over a TCP connection, and you want a server that can handle the cryptographic and certification side of SSL for me and redirect plain text to another server.

The openSSL s_server command seems to be correct, but the documentation says "It is for testing only," while I need something reliable. Is the documentation out of date?

Thanks Patrick

+3
source share
3 answers

stunnel:

Stunnel - , TCP- SSL (Secure Sockets Layer), Unix, Windows. Stunnel SSL (, POP, IMAP, LDAP ..), Stunnel , .

+10

, . " " - .

+1

, SSL-. SSL, , . SSH SSL.

0
source

Source: https://habr.com/ru/post/1720802/


All Articles