http://qs321.pair.com?node_id=1084386


in reply to LWP and HTTPS once again!

Your code gives an "invalid SSL_version specified" error, I removed the SSL_version and it runs without error.

I added a print to check the received page and everything looks right.

Here is the modified code.

use strict; use warnings; use WWW::Mechanize; use CACertOrg::CA; my $mech = WWW::Mechanize->new(); $mech->agent_alias("Windows IE 6"); $mech->get("https://dashboard.appsee.com/home/revision-app-ios#/overvi +ew/index#ios/all/month/all"); print $mech->content();

This indicates that the problem is your system not the code, I hope that helps narrow it down.