Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

WWW::Mechanize and HTTPS proxy

by Gangabass (Vicar)
on May 31, 2014 at 02:33 UTC ( [id://1088096]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    
    ...
    $mech->add_handler("response_done", sub { shift->dump; return });
    
    $mech->get("http://people.iu.edu/");
    
  2. or download this
    WWW::Mechanize: 1.73
    LWP : 6.06
    ...
    Can't connect to 204.228.129.46:8080\n
    LWP::Protocol::https::Socket: SSL connect attempt failed with unknown 
    +error SSL wants a read first at c:/Perl/site/lib/LWP/Protocol/http.pm
    + line 41.\n
    Error GETing http://people.iu.edu/: Can't connect to 204.228.129.46:80
    +80
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-25 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found