|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Net::SSL SSL read timeoutby cbrandtbuffalo (Deacon) |
| on Dec 20, 2005 at 08:40 UTC ( [id://518063]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.cbrandtbuffalo has asked for the wisdom of the Perl Monks concerning the following question:
As part of our application monitoring, we have scheduled jobs that run WWW::Mechanize scripts to check our web apps. They run fairly frequently, some every 10 minutes.
This past Sunday, one of our monitoring scripts sent email with a "500 SSL read timeout" error twice, a few hours apart. I tracked it down in the code and it appears WWW::Mechanize uses LWP which uses Crypt::SSLeay for https. Crypt::SSLeay has a module called Net::SSL and this is where the error came from. It appears to be a timeout on the read, and the node 500 SSL read timeout supports that. Question: Can anyone speculate on what might cause this error? I just want to have an idea where to look if it crops up again. It has happened so infrequently (this is the first time I've seen it in several years), I'm hesitant to chalk it up as general internet slowness. Some thoughts I had:
We have a typical Apache/mod_perl configuration with a front proxy server and a back app server. SSL takes place on the front. We have Sun boxes with dedicated crypto-cards, if that makes a difference. Thanks.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||