On 10/17/2016 01:57 AM, Christos Tsantilas wrote: > On 10/14/2016 02:30 PM, Marcus Kool wrote: >> Squid sends the following line to the URL rewriter: >> (unknown)://173.194.76.188:443 <IP>/<IP> - NONE
> Squid generates internally request to serve the non-HTTP client request, > and this is what you are seeing as "(unknown)://173.194.76.188:443". How about sending a CONNECT-like "173.194.76.188:443" URI instead of a malformed one? That is, using option #3 below: 1. Current syntactically malformed URI: (unknown)://host:port" 2. Lying about the protocol/scheme: http://host:port/ 3. Authority form URI, as in HTTP CONNECT: host:port 4. Using made-up URI scheme: tcp://host:port/ See http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml HTH, Alex. _______________________________________________ squid-dev mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-dev
