<div dir="auto"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px" dir="auto"><br></div><div style="font-size:12.8px" dir="auto">squid -v</div><div style="font-size:12.8px" dir="auto">Squid Cache: Version 6.6</div><div style="font-size:12.8px" dir="auto"><br></div><div style="font-size:12.8px" dir="auto">What am I doing wrong here?<br><br><b>squid.conf:</b><br>external_acl_type ip_validator ttl=3600 negative_ttl=10 %SRC /usr/bin/python3 /home/ubuntu/squid/authentication.py<br><br></div><div style="font-size:12.8px" dir="auto">acl authorized_ips external ip_validator<br><br>deny_info <a href="http://example.com/" style="text-decoration-line:none;color:rgb(66,133,244)">http://example.com</a> !authorized_ips<br><br>http_access allow authorized_ips<br>http_access deny !authorized_ips<br clear="all"><div>http_access deny all<br></div><div><br></div><div>I'm not getting redirected to the URL when squid refused the connection.</div><div><br></div><div>I can see in the access.log that the connection is getting rejected.</div><div><br></div><div>This is a fresh squid installation. The only changes I made to the conf file are the above lines.</div><div><br></div><div>Appreciate your help!</div></div></div>