Help for this page

Select Code to Download


  1. or download this
    SSL connect attempt failed error:14077102:SSL routines:SSL23_GET_SERVE
    +R_HELLO:unsupported protocol
    
  2. or download this
    openssl s_client -connect IP:PORT
    
  3. or download this
    openssl s_client -connect IP:PORT  -ssl3
    
  4. or download this
     
    #!/usr/bin/perl
    use IO::Socket::SSL qw(debug3);
    ...
    }
    exit;