Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2009 14:40:02 GMT
From:      Andreas Wetzel <mickey242@gmx.net>
To:        gnome@FreeBSD.org
Subject:   Re: ports/133794: x11/gnome2: No go with automatic proxy configuration
Message-ID:  <200904261440.n3QEe27D007747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/133794; it has been noted by GNATS.

From: Andreas Wetzel <mickey242@gmx.net>
To: bug-followup@FreeBSD.org, mickey242@gmx.net
Cc:  
Subject: Re: ports/133794: x11/gnome2: No go with automatic proxy configuration
Date: Sun, 26 Apr 2009 16:38:49 +0200

 The output is always the same for all three scenarios: direct connection, 
 manual proxy configuration, auto proxy configuration:
 
 http://www.freebsd.org
 *** Unable to locate valid config! Falling back to auto-detection...
 *** PAC found, but no active PAC runner! Falling back to direct...
 direct://
 
 
 The PAC file looks like this, and is served as content-type
 'application/x-ns-proxy-autoconfig':
 
 function FindProxyForURL(url, host)
 {
          if(isPlainHostName(host) || dnsDomainIs(host, ".mydomain.tld"))
                  return "DIRECT";
 
          return  "PROXY 10.1.1.1:3128; DIRECT";
 }
 
 -- 
 Keep it icy man.
 I don't want to end up a corpse before my time because you were daydreaming.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904261440.n3QEe27D007747>