Le Sun, 24 Aug 2014 21:17:08 +0200, Petter Reinholdtsen <[email protected]> a écrit :
> > Control: found -1 0.4.11-4 > > [Petter Reinholdtsen] > > 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? > > The same problem is also present in the current libproxy-tools package > in testing/Jessie. It is unable to look up the automatic proxy > configuration. Do you see it too? > On Jessie/unstable, do you have libproxy1-plugin-mozjs or libproxy1-plugin-webkit installed? Cheers, Laurent Bigonville -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

