我想通过https设置代理服务器(中文访问谷歌等),但无法成功,我使用以下配置的鱿鱼:
acl all src all
acl SSL_ports port 1-65535
acl Safe_ports port 1-65535
acl CONNECT method CONNECT
http_access allow localhost manager
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access allow localhost
http_access allow all
https_port 443 cert=/etc/ssl/zaahan.cer key=/etc/ssl/zaahan.key cafile=/etc/ssl/zaahanca.crt
coredump_dir /var/cache/squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
dns_nameservers 8.8.8.8 208.67.222.222
max_filedescriptors 3200
我想也许配置文件有问题,任何人都可以帮我调试squid的配置文件? 谢谢