D:\>perl -MIO::Socket::SSL=debug4 -e "$sock=IO::Socket::SSL->new('whereabouts.eecs.umich.edu:443') or die IO::Socket::SSL::errstr" D:\>perl -MNet::SSLeay -e "print $Net::SSLeay::VERSION" 1.25 D:\>perl -MIO::Socket::SSL -e "print $IO::Socket::SSL::VERSION" 0.92 D:\>