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
source
share