Closed GoogleCodeExporter closed 9 years ago
Forgot the end quote on this line:
$ENV{HTTPS_PROXY} = "http://" . $proxy;
I should also mention that the above fix does not require both http_proxy and
https_proxy to be set. It derives the value of https_proxy from http_proxy
(which is the way I think it should be unless you are using 2 different proxy
servers???).
James
Original comment by jdaf...@gmail.com
on 25 Oct 2010 at 7:41
James,
We will have a look into this for verification etc...
JJC
Original comment by Cummin...@gmail.com
on 26 Oct 2010 at 5:42
this is only caused when a username/pass is required for the proxy, will fix in
0.5.1 to be forthcoming!
Original comment by Cummin...@gmail.com
on 27 Oct 2010 at 8:09
Great! Thanks!
Original comment by jdaf...@gmail.com
on 28 Oct 2010 at 10:47
Original comment by Cummin...@gmail.com
on 29 Oct 2010 at 11:48
So I'm gonna do a few things here,
1: changing your regex just a bit
2: testing for unique variables (http and https) and if on is not set, use that
value to set the other (though I agree with you)
3: that's it.. look for a code commit soon to svn and another comment to this
bug
Original comment by Cummin...@gmail.com
on 5 Nov 2010 at 1:14
Committed if yo want to test 'er out
Original comment by Cummin...@gmail.com
on 5 Nov 2010 at 1:46
Setting to fixed unless I hear otherwise
Original comment by Cummin...@gmail.com
on 8 Nov 2010 at 5:47
Finally got a chance to test it out today and it works as expected. Thanks!
Original comment by jdaf...@gmail.com
on 8 Nov 2010 at 7:58
Issue 57 has been merged into this issue.
Original comment by Cummin...@gmail.com
on 11 Jan 2011 at 7:16
Original issue reported on code.google.com by
jdaf...@gmail.com
on 25 Oct 2010 at 6:53