Justin Miller wrote:
So all looks well ang good... But then when it sends the client hello message, one would expect an ssl2 message, but we get the following
Stunnel is not supposed to act as SSLv2 client. It uses SSLv3_client_method() in src/ssl.c file. If you really need SSLv2 - change it to SSLv2_client_method() and recompile stunnel. It's not recommended for security, anyway.
See SSL_CTX_new(3) manual for details.
Best regards, Mike