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
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
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
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