Я пытаюсь настроить базовый прокси-сервер. Я пытался разрешить все, но безуспешно. Ниже приведен мой файл squid.conf.
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 CONNECT method CONNECT
http_access allow CONNECT !SSL_ports
http_access allow !Safe_ports
http_access allow localhost manager
http_access allow manager
http_access allow localhost
http_access allow all
http_port 3128
Как видите, я разрешил все, но, похоже, это не работает. Журналы доступа показывают TCP_DENIED 403.