Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl 
    use strict;
    ...
        print "SSL connection with $proto " .
            ($ssl ? 'set up' : 'failed') . "\n";
    }
    
  2. or download this
    IO::Socket::SSL version 2.012
    SSL connection with SSLv3 failed
    SSL connection with TLSv1_2 set up