cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: no_proxy is being ignored

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 21 Dec 2006 16:54:06 +0100 (CET)

On Wed, 20 Dec 2006, Robert Foreman wrote:

> I'm having a problem concerning the http_proxy and no_proxy environment
> variables.

$ setenv http_proxy localhost:80
$ setenv no_proxy www.haxx.se,127.0.0.1

Tests:

curl 127.0.0.1 => does not use proxy
curl www.haxx.se => does not use proxy
curl curl.haxx.se => uses proxy
curl www.ibm.se => uses proxy

Seems to do exactly right in my eyes!?

Can you please provide us with a recipe on how to repeat your observed
problems?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-12-21