I have a script that does multiple HTTPS requests via LWP (and I have Crypt::SSLeay installed). About 3 out of 4 times, it fails with "500 SSL read timeout". Changing the LWP user agent timeout doesn't seem to affect this problem. Is this a server-side or client-side error message? Does anyone know of a remedy for this?
update:
I don't think that this is the 500 server error. After doing a little research, it appears that this error is generated in Net::SSL on this line:
local $SIG{ALRM} = sub { $self->die_with_error("SSL read timeout") };
Anyone have any idea what to do about this?
Thanks,
-Ariel
In reply to 500 SSL read timeout by ariel2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |