- or download this
use SOAP::Lite;
my $proxy="https://some/address";
...
...
my $response;
eval { $response = $client->call( $method => @params ) };
- or download this
DEBUG: .../IO/Socket/SSL.pm:1596: new ctx 73492512
DEBUG: .../IO/Socket/SSL.pm:338: socket not yet connected
...
DEBUG: .../IO/Socket/SSL.pm:1633: free ctx 73492512 open=73492512
DEBUG: .../IO/Socket/SSL.pm:1641: OK free ctx 73492512
- or download this
$client->transport->ssl_opts(
SSL_session_cache_size => 0,
)