Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    #use IO::Socket::SSL::DEBUG::3;
    ...
        IO::Socket::SSL->start_SSL($client,
        SSL_server => 1,
       ) or die "failed to ssl handshake: $SSL_ERROR";
    
  2. or download this
    DEBUG: .../IO/Socket/SSL.pm:3010: new ctx 50401584
    DEBUG: .../IO/Socket/SSL.pm:762: socket not yet connected
    DEBUG: .../lib/IO/Socket.pm:50: local error: IO::Socket::IP configurat
    +ion failed
    ...
    DEBUG: .../IO/Socket/SSL.pm:3063: free ctx 50401584 callback
    DEBUG: .../IO/Socket/SSL.pm:3070: OK free ctx 50401584
    failed to listen: Bad file descriptor at SSL-cert-check2.pl line 9.