Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

[Bug] socks5http监听不能正确响应http #71

Closed
ctermiii opened this issue May 9, 2022 · 6 comments
Closed

[Bug] socks5http监听不能正确响应http #71

ctermiii opened this issue May 9, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@ctermiii
Copy link

ctermiii commented May 9, 2022

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):【系统环境】

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Other 【其他】

@ctermiii ctermiii added the bug Something isn't working label May 9, 2022
@ctermiii ctermiii changed the title [Bug] [Bug] socks5http监听不能正确响应http May 9, 2022
@e1732a364fed
Copy link
Owner

你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。

总之还是要控制变量

@ctermiii
Copy link
Author

ctermiii commented May 9, 2022

你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。

总之还是要控制变量

之前配置纯http监听无此问题,今天想尝试mixed 发现的。

@e1732a364fed
Copy link
Owner

你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。
总之还是要控制变量

之前配置纯http监听无此问题,今天想尝试mixed 发现的。

我改动了http的代码,所以我才这么要求你测试的。

@ctermiii
Copy link
Author

ctermiii commented May 9, 2022

你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。
总之还是要控制变量

之前配置纯http监听无此问题,今天想尝试mixed 发现的。

我改动了http的代码,所以我才这么要求你测试的。

刚刚对比测试过,单独监听http正常,使用mixed报错。

@e1732a364fed
Copy link
Owner

你试试 纯http监听。应该也是一样的问题吧,你要是试出来你就改一下issue名称。
总之还是要控制变量

之前配置纯http监听无此问题,今天想尝试mixed 发现的。

我改动了http的代码,所以我才这么要求你测试的。

刚刚对比测试过,单独监听http正常,使用mixed报错。

那就比较奇葩。好的,等我有时间研究。

e1732a364fed added a commit that referenced this issue May 9, 2022
@e1732a364fed
Copy link
Owner

e1732a364fed commented May 9, 2022

最新代码已修复。

7ebaa31

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants