> I would like to use an external proxy (not in the local network) > for HTTP(S)-traffic, but the example doesn't work. > http://wiki.openwrt.org/doc/uci/firewall#transparent.proxy.rule.external
> > ERROR The following error was encountered while trying to retrieve > the URL: /netze/tools/meine-ip-adresse/ Invalid URL Where is the > system loosing the destination hostname, and why? Squid isn't expecting to get only the path part of the URL, it is expecting a full URL in the request. It is not configured for "accepting" transparent-proxy-requests. You need to change your squid3.conf.... It needs "http_port 3128" or similar changed to "http_port 3128 transparent" So that squid3 knows to expect transparent-proxy-requests ... --Simon _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
