Menu

#185 SOAP::Lite, SSL and timeout

open
Misc/Other (17)
5
2013-04-12
2013-04-12
No

Hello!

I'm creating a soap handler with the following code:

$soap = new SOAP::Lite(uri => $URI);
$soap->proxy($ENDPOINT, timeout => $Conf::Timeout, proxy => [ "http" => $HTTP_PROXY ] );

The timeout is working for perfectly for HTTP connections. But if HTTPs is used, the timeout is always 60 seconds.
So i think the configured timeout is not forwared to SSLeay.

Discussion


Log in to post a comment.