Hi, i have a Fedora 16 work as Firewall in my company, i had a fedora 15 and upgrade a new installation of Fedora 16, in my squid, i have this config file:
#sitesfree
.windowsupdate.com
.windows.com
download.windowsupdate.com
# squid.conf
acl sitesfree url_regex -e "/etc/squid/sitesfree"
...
http_access allow macs_free
http_access allow intfree
http_access allow sitesfree
http_access deny all
But every time i try use windows update in any machine in network, i recive TCP_DENIED in log file, i dont know why. Its not respect my configuration, i have this problem only in squid 3.2. Someone can explain this for me ?