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

2020-09-26 Thread Ajb B
Eee, you were right. It was a configuration directive. Even though putting 'http_access deny all' didn't fix the issue, I was able to make the loop run by commenting out the following configuration directives: acl authenticated proxy_auth REQUIRED http_access allow authenticated Completely di

Re: [squid-users] SSL issue on Squid version 4 after blacklisting

2020-09-26 Thread Eliezer Croitor
Hey, First of all you need to know who is contacting and what is the other end of the connection. It’s possible that the certificate is invalid. If you do have the remote service/server name and ip address you can try to resolve this issue by “creating” a set of certificates your service ca

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

2020-09-26 Thread Ajb B
I looked this up an it looks like the reason Google does not work with Kerberos authentication (I think) is that Google makes requests to other domains: https://serverfault.com/a/307605(Please look at the second comment of the first answer.) The solution would be to create an ACL to allow the

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

2020-09-26 Thread Alex Rousskov
On 9/25/20 4:28 PM, Ajb B wrote: > 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