-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 访问 443 端口的 http 服务问题 #1939
Comments
前缀是http,不是https? |
@psqtdhx 这确实是一个 443 端口的 http 服务,确实很逆天,但是也不是那么好改过来的…… |
@Skyxim 这里似乎错误处理了 443,注释和代码出现了不符 |
fixed in: 025ff19 |
验证步骤
操作系统
Windows
系统版本
windows11 23H2 22631.5039
Mihomo 版本
配置文件
描述
公司内网在 443 端口部署了一个 http 服务。
所有通过代理访问该地址 443 端口的 http 流量,均被重写为了访问该地址的 80 端口导致无法正常访问相关服务
重现方式
curl.exe "http://10.1.26.43:443/" -vvI
日志
The text was updated successfully, but these errors were encountered: