On 17/12/2016 6:00 p.m., Robert Watson wrote: > Sorry if this shows up twice on the mailing list... > I've setup a transparent proxy squid v3.5.22 on a x86_64 Arch Linux > server. The transparent proxy is working fine for web page caching but > live video isn't getting through. I thought it was a netfilter issue but > bypassing the proxy fixes this issue. > <snip> > > could someone please tell me what request_header_access I need to all, or > how to further trouble shoot this configuration? > Via. I expect that will then reveal that you have configured a forwarding loop in your iptables rules. Please check that you are using *all* of the iptables rules mentioned in <http://wiki.squid-cache.org/ConfigExamples/Intercept/LinuxRedirect> (when that wiki is fixed, it seems to be down right now). To allow the HTTP standard headers, but not application specific extensions it is simpler to use just this one line: request_header_access Other deny all Then you only need to add "deny" lines for any of the standard headers you want to block above that one. Amos _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users