[squid-users] domain in whitelist being denied

Erick Perez - Quadrian Enterprises eperez at quadrianweb.com
Wed Apr 10 14:37:30 UTC 2019


Hi,
I have added a new domain in my whitelist in squid (no caching, just
block/deny) and the domain is being blocked. suggestions?
I have included the relevant bits in the config. Nothing has changed
except for adding the new domain.

url: https://www.sqlsoftware.nom.co:8441

#/etc/squid/alloweddomains
.sqlsoftware.nom.co

#access.log
#
1554650994.238      0 10.231.0.53 TCP_DENIED/403 3742 CONNECT
www.sqlsoftware.nom.co:8441 - NONE/- text/html
1554650994.254      0 10.231.0.53 TCP_DENIED/403 3742 CONNECT
www.sqlsoftware.nom.co:8441 - NONE/- text/html
#

#squid.conf
#
acl mylan src 10.230.0.0/16
acl allowedsites dstdomain "/etc/squid/alloweddomains"
acl Safe_ports port 8441 # sqlsoftware.nom.co
acl CONNECT method CONNECT
# Deny requests to certain unsafe ports
http_access deny !Safe_ports
# Deny CONNECT to other than secure SSL ports
http_access deny CONNECT !SSL_ports
http_access allow mylan allowedsites
#

thanks,

---------------------
Erick Perez
---------------------


More information about the squid-users mailing list