Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: IO::Socket::SSL with http proxy tunnel?

by nikosv (Deacon)
on Jun 26, 2022 at 12:54 UTC ( [id://11145077]=note: print w/replies, xml ) Need Help??


in reply to IO::Socket::SSL with http proxy tunnel?

Try
BEGIN {
$ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS} = "IO::Socket::SSL";
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
$ENV{PERL_LWP_ENV_PROXY}='http://127.0.0.1:5865';
$ENV{HTTPS_PROXY}               = 'http://127.0.0.1:5865';
$ENV{HTTPS_DEBUG} = 1;
$ENV{HTTPS_VERSION} = '3';
}  
  • Comment on Re: IO::Socket::SSL with http proxy tunnel?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found