Help for this page

Select Code to Download


  1. or download this
    root#~ openssl s_client -connect srs.neulevel.biz:700 -cert ./my-cert.
    +pem -key ./my-cert.key -CAfile ca_bundle.pem 
    CONNECTED(00000003)
    ...
    ---
    SSL handshake has read 1775 bytes and written 3588 bytes
    ---
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
             IO::Socket::SSL::errstr();
    }
    warn $! if not defined($client);
    
  3. or download this
    SSL connect attempt failederror:14094418:SSL routines:SSL3_READ_BYTES:
    +tlsv1 alert unknown ca
     at /root/biz_test.pl line 6
    ...
     at /root/biz_test.pl line 6
    I encountered a problem: IO::Socket::INET configuration failed at /roo
    +t/biz_test.pl line 20.
    IO::Socket::SSL: Timeout    ...caught at /root/biz_test.pl line 23.