Help for this page

Select Code to Download


  1. or download this
        # SSL connect to server
        my $retry = 10;
    ...
                warn "proxy $$ ".($retry ? 'will retry' : 'giving up')."\n
    +";
            }
        }
    
  2. or download this
    proxy 4730 connect to server failed: Interrupted system call,SSL wants
    + a read first at ./proxy line 110.
    proxy 4730 will retry
    proxy 4730 connected to server
    
  3. or download this
    # uname -a
    Linux redacted 4.6.0-kali1-amd64 #1 SMP Debian 4.6.4-1kali1 (2016-07-2
    +1) x86_64 GNU/Linux
    ...
    This is perl 5, version 22, subversion 2 (v5.22.2) built for x86_64-li
    +nux-gnu-thread-multi
    IO::Socket::SSL    2.037
    Net::SSLeay 1.77
    
  4. or download this
    DEBUG: .../IO/Socket/SSL.pm:753: done Net::SSLeay::connect -> -1
    DEBUG: .../IO/Socket/SSL.pm:763: ssl handshake in progress
    ...
    DEBUG: .../IO/Socket/SSL.pm:2782: free ctx 44390832 callback
    DEBUG: .../IO/Socket/SSL.pm:2789: OK free ctx 44390832
    proxy 4824 connect to server failed: Interrupted system call,SSL wants
    + a read first at ./proxy line 110.