www:/var/www/html# perl -e 'use LWP::UserAgent; $ENV{HTTPS_DEBUG} = 1; my $ua = new LWP::UserAgent; $ua->get("https://www.google.com/");'
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:SSLv3 read server hello A
SSL_connect:SSLv3 read server certificate A
SSL_connect:SSLv3 read server done A
SSL_connect:SSLv3 write client key exchange A
SSL_connect:SSLv3 write change cipher spec A
SSL_connect:SSLv3 write finished A
SSL_connect:SSLv3 flush data
SSL_connect:SSLv3 read finished A
www:/var/www/html#