You need to set up %ENV before Crypt::SSLeay is loaded. For example set it up before starting your script, or set it up in a BEGIN block:
BEGIN { $ENV{HTTPS_PROXY} = 'my_proxy:port/'; }; use Crypt::SSLeay;
In reply to Re: HTTPS connection problems WWW::Mechanize , LWP
by Corion
in thread HTTPS connection problems WWW::Mechanize , LWP
by vishy_acts
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |