I am trying to connect to a secure site, but keep getting the following
error. Being a novice with squid I am not sure what to change. Can anyone
help me with this?
1063418371.130 1 172.21.0.1 TCP_DENIED/407 1300 CONNECT map.nwea.org:443 -
NONE/- -
<squid.conf>
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl localnet src 172.21.0.0/255.255.0.0
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 800 # Squids port (for icons)
acl Safe_ports port 1433 # skyward
acl Safe_ports port 16125 # skyward
acl Safe_ports port 26125 # skyward
acl Safe_ports port 16126 # ns1
acl Safe_ports port 36125 # extra
acl Safe_ports port 46125 # fintrain
acl Safe_ports port 56125 # stutrain
acl Safe_ports port 81 # ipcop
# acl CONNECT method CONNECT
# http_access allow localhost
http_access allow !Safe_ports
# http_access allow CONNECT !SSL_ports
# http_access allow localnet
http_access allow password
always_direct allow local-servers
http_access deny all
maximum_object_size 4096 KB
minimum_object_size 0 KB
cache_mem 2000 KB
cache_dir ufs /var/log/cache 50 16 256
request_body_max_size 0 KB
reply_body_max_size 0 KB
</squid.conf>
Received on Fri Sep 12 2003 - 20:06:07 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:43 MST