shift / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

http_proxy var capital problem #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. export HTTP_PROXY=http://proxy:3128
   export HTTPS_PROXY=http://proxy:3128
2. HTTPS connections are working as expected through proxy (snort.org)
3. HTTP connections are not using proxy so get Error 500 (ET)

What version of the product are you using? On what operating system?
pulledpork-0.5.0 on Ubuntu-10.04

Please provide any additional information below.
It seems that for HTTP proxy connections pulledpork looks for $ENV{http_proxy} 
but for HTTPS proxy connections looks of $ENV{HTTPS_PROXY}. That seems to be 
the cause of the different behavior.

workarround: instead export HTTP_PROXY exporting http_proxy.

Original issue reported on code.google.com by victor.b...@gmail.com on 11 Jan 2011 at 7:10

GoogleCodeExporter commented 9 years ago
This issue has been resolved, try the code in svn (and see the CHANGELOG) also 
note this issue:

http://code.google.com/p/pulledpork/issues/detail?id=39&can=1

Original comment by Cummin...@gmail.com on 11 Jan 2011 at 7:16