Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Net::SSL SSL read timeout

by cbrandtbuffalo (Deacon)
on Dec 20, 2005 at 19:04 UTC ( [id://518153]=note: print w/replies, xml ) Need Help??


in reply to Re: Net::SSL SSL read timeout
in thread Net::SSL SSL read timeout

I thought of many of the same things when I first stated looking at this.

The first logs I looked at were the apache logs, but this really isn't a 500 error, so it is nearly impossible to put the request together with anything on the apache side.

Unfortunately, this monitoring script doesn't record response time. That's something we need to add because, as you rightly point out, this would be a good extra piece of information. However, in this case I assume it would be 60 seconds since that's the timeout.

Correlating with other data is also difficult because we have a farm-type architecture. Other monitoring scripts may or may not be hitting the same servers as this one because we hit the front door.

As far as other logs, the only thing I could think of were SSL logs.

Thanks for the suggestions.

Replies are listed 'Best First'.
Re^3: Net::SSL SSL read timeout
by Anonymous Monk on Nov 12, 2007 at 14:43 UTC
    I had the same "500 SSL read timeout" problem using LWP and Crypt::SSLeay. Adding a "timeout => XX" value sorted thus out. It was simply a step in a process which took slightly longer to return than the previous request which had all succeeded.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://518153]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-24 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found