Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: WWW::Mechanize with HTTPS

by monarch (Priest)
on Apr 12, 2006 at 03:46 UTC ( [id://542742]=note: print w/replies, xml ) Need Help??


in reply to WWW::Mechanize with HTTPS

If you are using ActiveState 5.8.x try the following:
ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd

Note that setting a web proxy is dependant on the method. For HTTPS we set an environment variable:

$ENV{HTTPS_PROXY} = 'http://proxy.mycompany.com:8080';
and for HTTP we call the ->proxy method:
$ua->proxy(['http'],'http://proxy.mycompany.com:8080/');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-03-28 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found