[squid-users] Squid not sending input into external_acl_type helper script

2020-09-25 Thread Ajb B
So I have a external_acl_type helper script and it's not reading input from Squid. Here it is: redis-cli HSET 'test' data 'SCRIPT DID RUN' >/dev/null while read -s line; do   redis-cli HSET 'test' data 'LOOP STARTED ' >/dev/null  printf '%s\n' 'OK' done And here are my Squid configuration directi

[squid-users] How te deal with proxy authentication bypass

2020-09-25 Thread Service MV
Hello everyone, I am trying to deal unsuccessfully with proxy authentication bypass. Even looking at the documentation I can't get it right. The point is that certain programs such as being a cisco webex client or the google earth pro client do not know how to speak well with SQUID's kerberos authe

Re: [squid-users] How to select parent proxy based on user password

2020-09-25 Thread Ajb B
Hey Eliezer, Thanks for the info. I do think using HTTP headers is a good idea, but I'm not really seeing that in the Squid documentation. I'll just have to stick with the configuration directives for now. And that list of proxies looks good. I'll consider using them. Thanks,Adrian On Thursda