On 04/05/17 19:29, BurningSky wrote:
Is there a way to view what Squid is forwarding so that I can inspect the
packets to prove that Squid is sending user information as I have a call
open with the firewall vendor and I want to be able to tell them with
certainty that it is an issue at the firewall end rather than the Squid end.

Add this to your squid.conf:
  debug_options 11,2

That will log the HTTP headers going through. You should see Proxy-Auth* headers arriving and the exact same value(s) being sent onward, for both request and response messages.

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to