[stunnel-users] stunnel 'options' section of config file
Michal Trojnara
Michal.Trojnara at mobi-com.net
Tue Dec 21 15:20:19 CET 2004
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
More information about the stunnel-users
mailing list