in reply to Re^3: Long delay with Crypt::SSLeay and LWP
in thread Long delay with Crypt::SSLeay and LWP
It also seems that IO::Socket::SSL now deals better with sites that immediately close or drop connections for bad SSL versions, so it's no longer necessary to force a specific version (which is good, since this is evidently going to be constantly changing anyway). So my code now reads
our %ssl_options = ();
|
|---|