Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
    my $proxy="https://some/address";
    ...
    ...
    my $response;
    eval { $response = $client->call( $method => @params ) };
    
  2. 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
    
  3. or download this
      $client->transport->ssl_opts(
        SSL_session_cache_size => 0,
      )