Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

LWP & HTTPS Problem - PARENT_NEEDED

by dsb (Chaplain)
on May 16, 2007 at 15:37 UTC ( [id://615812]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    HTTP/1.1 500 Server Error
    Connection: close
    ...
    Please contact the administrator.
    </BODY>
    </HTML>
    
  2. or download this
    use strict;
    
    ...
    my $res = $ua->request($req);
    
    my $content = $res->as_string;
    
  3. or download this
    $ENV{HTTPS_PROXY} = 'http://proxy';
    $ENV{HTTPS_PROXY_USERNAME} = 'user';
    $ENV{HTTPS_PROXY_PASSWORD} = 'pass';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found