|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-2779245 ] no_proxy vs. NO_PROXY
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 23 Apr 2009 22:03:21 +0000
Bugs item #2779245, was opened at 2009-04-23 08:30
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
This works perfectly on one machine while the other wants to connect the proxy whatever I do. Digging deep into the differences of the 2 installations it came out that the "bad" system had a GNOME proxy configuration which resulted in the environment variable
no_proxy="localhost,127.0.0.0/8,192.168.2.0/24"
If I wipe out this variable the system works as expected and if I add 192.168.2.1 to it (since the man page says "hosts" and not "networks") it works too.
So the flaw is the man page that tells everything about the NO_PROXY environment variable (all capital letters) while the source lib/url.c shows that "no_proxy" is disabling the use of the NO_PROXY settings. So either change the code that both variables are read or change the man page so that it mentions no_proxy to be prefered over NO_PROXY.
Thanks
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info