[squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

Alex Rousskov rousskov at measurement-factory.com
Mon Oct 17 14:42:06 UTC 2016


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.



More information about the squid-dev mailing list