Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How can I connect to an HTTPS server using the Perl JIRA::Client::Automated module through Proxy?

by reinaldo.gomes (Beadle)
on Apr 15, 2019 at 21:45 UTC ( [id://1232615]=note: print w/replies, xml ) Need Help??


in reply to How can I connect to an HTTPS server using the Perl JIRA::Client::Automated module through Proxy?

Just change the following line

$ua->proxy('http', 'http://proxy.com:8000');

for this one

$ua->env_proxy('http_proxy');

Be aware that you might have to replace 'http_proxy' for whatever name you gave to it in you /etc/environment file.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-28 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found