"...The program works when setting HTTPS_PROXY to "host:port", and not "http://host:port" ...."
In my case it still does not work. In fact setting HTTPS_PROXY to something like "156.17.86.7:3128" results in an infinite number of error messages:
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195.
Use of uninitialized value in hash element at /usr/share/perl5/LWP/Protocol.pm line 55.
Use of uninitialized value in pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195.
etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1587175
Originator: NO
I had the same problem.
The program works when setting HTTPS_PROXY to "host:port", and not "http://host:port".
Logged In: YES
user_id=1910794
Originator: YES
"...The program works when setting HTTPS_PROXY to "host:port", and not "http://host:port" ...."
In my case it still does not work. In fact setting HTTPS_PROXY to something like "156.17.86.7:3128" results in an infinite number of error messages:
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195.
Use of uninitialized value in hash element at /usr/share/perl5/LWP/Protocol.pm line 55.
Use of uninitialized value in pattern match (m//) at /usr/share/perl5/LWP/Protocol.pm line 58.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/LWP/Protocol.pm line 38.
Use of uninitialized value in string eq at /usr/share/perl5/LWP/UserAgent.pm line 195.
etc.