http://qs321.pair.com?node_id=1083967


in reply to Re^3: LWP and HTTPS
in thread LWP and HTTPS

Brilliant!!! Thank you! But I still don't understand why $ENV{ HTTPS_VERSION }= 3 is not work but  SSL_version => 'SSLv3' works...

Replies are listed 'Best First'.
Re^5: LWP and HTTPS
by noxxi (Pilgrim) on Apr 27, 2014 at 18:02 UTC
    HTTPS_VERSION is a feature of Net::SSL/Crypt::SSLeay only, but with newer LWP Net::HTTPS/IO::Socket::SSL/Net::SSLeay is used instead.