in reply to Re^3: Net::SSLeay and secure renegotiation
in thread Net::SSLeay and secure renegotiation

Net::SSLeay::CTX_set_options($ctx,$Net::SSLeay::ssl_version = 2)

If that's not a copy and paste error that should read Net::SSLeay::CTX_set_options($ctx,$Net::SSLeay::ssl_version => 2), this is what will happen:

$Net::SSLeay::ssl_version = 2; # oops! Net::SSLeay::CTX_set_options($ctx, 2);

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)