|
Posted by John Ingram on September 21, 2004, 2:25 pm
Please log in for more thread options
I've been looking and looking at this, to no avail. I'm using
LWP::UserAgent and I need it to timeout on an SSL transaction. It times
out fine when going to an HTTP URL, but the same URL in HTTPS mode
refuses to timeout and waits the entire 15 seconds that my test server
script sleeps.
Perl 5.6.1
LWP 5.63
Net::SSLeay 1.22
Crypt::SSLeay 0.35
Any thought? I had considered upgrading everything to the most recent,
including Perl, but I'm using mod_perl and don't want to have to
recompile apache, mod_perl, etc -- because once this change is done it
will go to production right away. The less upgrading, the better.
Thanks,
John
|