Hi there,
I have a slight problem whereby I am getting a "403: Access Forbidden"
type message when I try to browse a site which utilizes port 8443. I
have gone through my squid.conf several times and everything looks
fine to me.
# TAG: acl
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost dst 127.0.0.1/255.255.255.255
acl CONNECT method CONNECT
acl SSL_ports port 443 563 1443 1494 8443 8080 10000 28443
acl Safe_ports port 20 # ftp data connection
acl Safe_ports port 21 # ftp control connection
acl Safe_ports port 70 # gopher
acl Safe_ports port 80 # http
acl Safe_ports port 81 # http Delegated Admin
acl Safe_ports port 87 # alt http lct crap
acl Safe_ports port 88 # alt http
acl Safe_ports port 119 # news
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 443 # https
acl Safe_ports port 488 # gss-http
acl Safe_ports port 563 # snews
acl Safe_ports port 591 # filemaker
acl Safe_ports port 888 # filemaker
acl Safe_ports port 8443 # extra https
acl Safe_ports port 1025-65535 # unregistered ports
acl CONNECT method CONNECT
acl password proxy_auth REQUIRED
# TAG: http_access
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_access allow password
Any help would be appreciated.
thanks
Nick
Received on Wed Jul 25 2007 - 20:00:50 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:04 MDT