<div dir="ltr">Thanks for the reply.<br><br>My question is if it would be possible to log HTTPS traffic, in a Squid in transparent mode, without intercepting the traffic?<br><br>I know it's possible with a proxy in explicit mode, but in transparent mode?<br><br>Thanks.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">El vie, 17 oct 2025 a las 15:24, Alex Rousskov (<<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2025-10-17 05:57, Gonzalo Vázquez Enjamio wrote:<br>
<br>
> Is it possible to handle HTTPS requests and log them in a transparent <br>
> proxy with Squid without using an SSL Bump?<br>
<br>
If you are asking about intercepted TLS connections (i.e. https_port), <br>
then all Squid can do with them (without SslBump) is to log TCP-level <br>
details of each connection. No individual HTTP requests are visible to <br>
Squid in this setup.<br>
<br>
If you are asking about plain text HTTP requests for "https://..." <br>
targets/URLs arriving on an intercepted plain TCP connection (i.e. <br>
http_port), then Squid should be able to handle (e.g., deny, forward, <br>
cache, and log) those requests individually.<br>
<br>
If you do not know which case applies to you, it is most likely the <br>
first case because plain "GET https://..." requests are rare and are <br>
usually seen in non-intercepting setups.<br>
<br>
<br>
HTH,<br>
<br>
Alex.<br>
<br>
</blockquote></div>