[squid-users] squid blocks all websites

From: Bryan Miles <bmiles@dont-contact.us>
Date: Tue, 8 Mar 2005 14:38:53 -0500

Squid is blocking all websites, here's what IE tells me:

ERROR
The requested URL could not be retrieved

The following error was encountered:

Access Denied.
Access control configuration prevents your request from being allowed at
this time. Please contact your service provider if you feel this is
incorrect.

Your cache administrator is root.

I've tried different acl configurations but here's what I'm using now

#Recommended minimum configuration:

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl gchi src 192.168.70.0/255.255.255.0
acl all src 0.0.0.0/0.0.0.0
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 280 488 591 777 1025-65535
acl CONNECT method CONNECT
http_access deny CONNECT !SSL_ports
http_access deny !Safe_ports
http_access deny CONNECT
http_access allow localhost
http_access allow gchi
http_access allow all
http_access deny all

--- Any help would be greatly appreciated!

Bryan
Received on Tue Mar 08 2005 - 12:39:05 MST

This archive was generated by hypermail pre-2.1.9 : Fri Apr 01 2005 - 12:00:02 MST