Why doesn't IE/Chrome on Windows support SOCKS5 proxies on port 27977? [closed]

99封情书 提交于 2019-12-25 07:59:32

问题


I am working with a client who uses proxies on their Windows machines. They recently have come to me to solve the issue of why Interenet Explorer and Chrome refuse to use SOCKS5 proxies on port 27977. I believe it has something to do with the fact that all the proxies on 27977 are implemented in pure SOCKS5. I can get Firefox to work just fine with these proxies in Windows, as well as Chrome under Ubuntu. Sidenote: my Nexus One will work with them too on Firefox for Android. I am wondering if their is a patch, or if IE9 would have better support etc. Thanks for any help guys.


回答1:


IE9 will work fine with a SOCKS5 proxy (it detects the type of proxy automatically).

For Chrome however, you can use the command line to force Chrome to use a SOCKS5 proxy rather than trying (and failing) to get its proxy settings from the ones defined for the system.

Add --proxy-server="socks5://1.2.3.4:8080 to chrome's command line (for instance by editing the properties of a shortcut).
Of course, change the 1.2.3.4:8080 to whatever SOCKS5 proxy address and port you should use.



来源:https://stackoverflow.com/questions/4939197/why-doesnt-ie-chrome-on-windows-support-socks5-proxies-on-port-27977

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!