Help for this page

Select Code to Download


  1. or download this
    DEBUG: .../IO/Socket/SSL.pm:1492: new ctx 32253824
    DEBUG: .../IO/Socket/SSL.pm:938: start handshake
    ...
    DEBUG: .../IO/Socket/SSL.pm:1533: free ctx 32253824 callback
    DEBUG: .../IO/Socket/SSL.pm:1536: OK free ctx 32253824
    SSL accept failed: SSL connect accept failed because of handshake prob
    +lemserror:00000000:lib(0):func(0):reason(0) at testserver.pl line 101
    +.
    
  2. or download this
    use strict;
    use warnings;
    ...
          $client->syswrite($header);
        }
    }