Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

请问不支持HTTP代理吗? #217

Open
hotbinz opened this issue Oct 21, 2021 · 3 comments
Open

请问不支持HTTP代理吗? #217

hotbinz opened this issue Oct 21, 2021 · 3 comments

Comments

@hotbinz
Copy link

hotbinz commented Oct 21, 2021

在IE中设置了代理地址,提示failed to get target address: SOCKS error: 8

@aohanhongzhi
Copy link

可能需要换一个浏览器,例如chrome。貌似我有时候也会出现这个问题。

  1. 换个浏览器
  2. 修改下本地的代理方式socks5貌似正常。
  3. 看看密码加密方式是否一致。
  4. 检查服务器配置是否正确

@BigSully
Copy link

go-shadowsocks2目前不支持http proxy,我提了一个Feature request和一个我目前在用的实现,需要http proxy的话你可以自己把代码拷贝过去编译一个版本。

@cloverzrg
Copy link

cloverzrg commented Aug 12, 2024

简单的方法:
使用 gost 把 socks5 转为 http proxy:
docker run -d --network=host ginuerzh/gost -L=http://127.0.0.1:8080 -F=socks5://127.0.0.1:1080

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants