我试图让Squid3使用基本身份验证。我在EC2上的ubuntu14.04上设置了这个
我跟随http://hackingonstuff.net/post/23929749838/setting-up-a-squid-proxy-on-aws并设法完成了步骤1-3:
我完成了第4步:
第5步说:
Depending on your OS/browser, you should configure the system to access the Internet
via the proxy for both HTTP and HTTPS (e.g. ec1-11-11-11-11.compute-2.amazonaws.com:3128).
我已打开Chrome设置浏览器并将代理配置为
不幸的是,当我打开时,http://www.whatsmyip.org/连接超时。我做错了什么?
附录:
在命令行输入netstat -tulpen之后我得到了:
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode
PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 8476
-
tcp6 0 0 :::22 :::* LISTEN 0 8478
-
tcp6 0 0 :::3128 :::* LISTEN 0 8685
-
所以我假设它的功能正常......
答案 0 :(得分:1)
您在上面发布的配置对我来说很好。你确定Squid正在运行并接受端口3128上的连接吗?至少我没有在截图中发现任何错误......