Re: [squid-users] Possible to user reply_header_add directive with acl random access list ?

2019-07-16 Thread Alex Rousskov
On 7/16/19 6:11 PM, --Ahmad-- wrote: > Possible to user reply_header_add directive with acl random access list? Yes, it is possible. > i read that reply_header_add only need fast acl and im not sure if random acl > is fast/slow The random ACL is fast. GitHub pull requests that add that

[squid-users] Possible to user reply_header_add directive with acl random access list ?

2019-07-16 Thread --Ahmad--
Hello folks , want to ask . Possible to user reply_header_add directive with acl random access list ? i read that reply_header_add only need fast acl and im not sure if random acl is fast/slow based on below : http://www.squid-cache.org/Doc/config/reply_header_add/ and

Re: [squid-users] Non-standard proxy setup

2019-07-16 Thread Alex Rousskov
On 7/16/19 1:51 PM, Arunabha Saha wrote: > i did get it working with the latest 5.0.0 (unreleased) code > in github.The configuration has to be "ssl-bump client-first .." > for this to work. Does that sound right? No, it does not, both because the deprecated "client-first" action should not

Re: [squid-users] squid-users Digest, Vol 59, Issue 12

2019-07-16 Thread Arunabha Saha
Thanks. i did get it working with the latest 5.0.0 (unreleased) code in github.The configuration has to be "ssl-bump client-first .." for this to work. Does that sound right? On Fri, Jul 12, 2019 at 5:02 AM wrote: > > Send squid-users mailing list submissions to >

Re: [squid-users] Debian Buster, Squid 4.6-1 amd64, "Too few negotiateauthenticator processes are running"

2019-07-16 Thread James Zuelow
> -Original Message- > From: squid-users On Behalf > Of Alex Rousskov ---8<--- > > I believe the Debian source code is here: > > http://deb.debian.org/debian/pool/main/s/squid/squid_4.6.orig.tar.gz > > AFAICT, that source code has Bug 4936. > > ---8<--- Thank you Alex! James

[squid-users] sending certificate chain from squid reverse proxy

2019-07-16 Thread Kate Dawson
Hi, Is it possible to send a certificate chain from squid when it's used in reverse proxy (accel) mode and compiled with gnutls ? I am running Debian Buster, and the packaged squid https://packages.debian.org/buster/squid is 4.6-1 squid -v reports that it is compiled --with-gnutls I have

Re: [squid-users] Does request_header_replace support calling into another file

2019-07-16 Thread Amos Jeffries
On 16/07/19 11:46 am, Lei Wen wrote: > I am using request_header_replace to modify out going HTTP headers, > mainly the basic/bearer token. Does request_header_replace support > calling another file, the content in that file would be "Basic ...". > What are you trying to achieve here? Your