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