Help for this page

Select Code to Download


  1. or download this
    > openssl s_client -servername host_atlas -connect host_atlas:1024
    
    CONNECTED(00000006)
    
  2. or download this
     
    #!/usr/bin/env perl
    use strict;
    ...
    
    my $cl = IO::Socket::SSL->new('host_atlas:1024') 
       or die "error=$!, ssl_error=$SSL_ERROR";