We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用代理访问 https://prts.plus/ 时会出现如下错误
怀疑浏览器CORS策略问题? 服务器屏蔽国外请求? DNS国内外解析错误? TLS版本不匹配? 本机网络环境问题?
http测试发现,并无国内外请求的限制,并且所有ip都解析到8.218.106.121,同时也排除了DNS的问题
8.218.106.121
不使用代理,tcping 443端口正常访问
> tcping 8.218.106.121 443
> tcping 8.218.106.121 443 -proxy-server 127.0.0.1 -proxy-port 7891
> curl -v https://prts.maa.plus/
schannel: failed to receive handshake, SSL/TLS connection failed
> curl -v https://prts.maa.plus/ -x http://127.0.0.1:7891
> curl https://prts.maa.plus
vless + xtls-rprx-vision + reality
个人技术能力有限,知识范围也不足,目前貌似看来问题出在hysteria2协议或者我clash核心实现的问题?但是我使用此hysteria2代理访问其他网站,使用prts.maa.plus正在使用的TLS1.3时并未出现相关问题。但是此例仍可看出prts.maa.plus仍然可能存在SSL/TLS兼容问题。
补充一下测试的环境,以便复现
FlClash 0.8.63
mihomo(Clash.Meta)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
使用代理访问 https://prts.plus/ 时会出现如下错误
问题排查
http测试发现,并无国内外请求的限制,并且所有ip都解析到
8.218.106.121
,同时也排除了DNS的问题不使用代理,tcping 443端口正常访问
schannel: failed to receive handshake, SSL/TLS connection failed
服务器并未返回握手信息,是此台服务器对我的代理服务器的请求被阻止了吗?
也就是说,问题出现在本机与代理服务器之间的通信问题,通信使用的是hysteria2协议,尝试更换协议能否解决问题?
vless + xtls-rprx-vision + reality
配置(懒得再搭)再次测试。发现此时能够正常访问。问题总结
个人技术能力有限,知识范围也不足,目前貌似看来问题出在hysteria2协议或者我clash核心实现的问题?但是我使用此hysteria2代理访问其他网站,使用prts.maa.plus正在使用的TLS1.3时并未出现相关问题。但是此例仍可看出prts.maa.plus仍然可能存在SSL/TLS兼容问题。
补充一下测试的环境,以便复现
FlClash 0.8.63
项目地址mihomo(Clash.Meta)
项目地址{ name: 'name', server: ip, port: 443, sni: domain, up: 5000, down: 5000, skip-cert-verify: false, type: hysteria2, password: password }
The text was updated successfully, but these errors were encountered: