I experience the same problem with Debian Edu Wheezy main-server using
libproxy 0.3.1-6.  The wpad.dat file is in place, but proxy return
direct:// all the time anyway:

  % GET http://wpad/wpad.dat
  function FindProxyForURL(url, host)
    {
        if (!isResolvable(host) ||
            isPlainHostName(host) ||
            dnsDomainIs(host, ".intern"))
            return "DIRECT";
        else
            return "PROXY webcache:3128; DIRECT";
    }
  % echo http://www.debian.org/ | proxy
  direct://
  %

Any idea how to debug this?

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to