Re: [squid-users] reply_header to block downloads

2020-11-18 Thread Amos Jeffries
On 19/11/20 9:20 am, robert k Wild wrote: hi all, can i use the acl "reply_header_access" to block downloads, like i have done with the " rep_mime_type " or is this not what its meant for That directive stops matching responses being delivered to clients (they get an error page instead).

Re: [squid-users] squid mitm

2020-11-18 Thread Amos Jeffries
On 19/11/20 4:48 am, Niels Hofmans wrote: Hi guys, I am trying to setup squid with TLS intercaption on Docker in an alpine linux image. My configuration is as follows: access_log /dev/stdout Not a great idea. stdout is process specific ... and Squid is a collection of multiple processes

[squid-users] reply_header to block downloads

2020-11-18 Thread robert k Wild
hi all, can i use the acl "reply_header_access" to block downloads, like i have done with the " rep_mime_type " or is this not what its meant for thanks, rob -- Regards, Robert K Wild. ___ squid-users mailing list squid-users@lists.squid-cache.org ht

[squid-users] squid mitm

2020-11-18 Thread Niels Hofmans
Hi guys, I am trying to setup squid with TLS intercaption on Docker in an alpine linux image. My configuration is as follows: access_log /dev/stdout https_port 0.0.0.0:3128 \ intercept \ ssl-bump \ cert=/ca.pem \ generate-host-certificates=on \ dynamic_cert_mem_cache_size=500MB sslc