This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
[Bug] socks5http监听不能正确响应http #71
Labels
bug
Something isn't working
Comments
你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。 总之还是要控制变量 |
之前配置纯http监听无此问题,今天想尝试mixed 发现的。 |
我改动了http的代码,所以我才这么要求你测试的。 |
刚刚对比测试过,单独监听http正常,使用mixed报错。 |
那就比较奇葩。好的,等我有时间研究。 |
最新代码已修复。 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug【描述 bug】
"tcp+socks5http" 未能正确响应http
To Reproduce【如何复现该bug】
client配置为"socks5http"
客户端wget www.baidu.com 失败。
报错: 2022/05/09 15:18:34 socks5http: http failed, will try socks5 223
2022-05-09 15:18:34.997 WARN failed in inServer proxy handshake {"handler": "0.0.0.0:9089", "error": "unsupported socks version 71"}
wget https://www.baidu.com 可以。
www.google.com类似。 指定https://可以 wget成功。
Expected behavior【预期的行为】
单独监听http代理 不会出现上述问题。
Envs (please complete the following information):【系统环境】
Other 【其他】
The text was updated successfully, but these errors were encountered: