Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: LWP and HTTPS once again!

by rnewsham (Curate)
on Apr 29, 2014 at 20:24 UTC ( [id://1084386]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1084386]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found