http://www.perlmonks.org?node_id=1018320


in reply to Using LWP Proxy and Client Certificate Connection timeout

Re^5: HTTP error response code 500 using LWP::UserAgent on one site, but not on any other says

use IO::Socket::SSL qw(debug3);

Also, http://search.cpan.org/perldoc/Crypt::SSLeay#SSL_diagnostics_and_Debugging lists $ENV{HTTPS_DEBUG} = 1;

among other tips

  • Comment on Re: Using LWP Proxy and Client Certificate Connection timeout