http://www.perlmonks.org?node_id=1033587


in reply to LWP posting

I got throught that part by adding
use IO::Socket::SSL qw(); my $mech = WWW::Mechanize->new(ssl_opts => { SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE, verify_hostname => 0,});
So I'm not there yet but I'm further than I was.. Thanks!