-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
更新最新测试版后:initialize vision: vision: not a valid supported TLS connection: *tls.realityConnWrapper #3062
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
Comments
安装1.12.0-beta.21后,reality 协议测试连接不上,确实有问题 |
我以为是我的问题,原来1.12.0-beta.21是真的有这个bug呀,我用1.12.0-beta.15跑了下同样的server端,无报错正常运行,手动降级为1.12.0-beta19后正常了,不存在这个问题 |
It is also worth mentioning that a fingerprinting issue with Reality was recently fixed: I don't think sing-box includes all these changes yet, since it depends on a fork. |
感觉这边其他并行开发的功能修复的bug太多了,不知道啥时候才会修复,要不自己找个caddy站偷是不是就先躲过就行了? |
I don't think you can work around post-handshake message detection by tweaking nginx or caddy configuration. And yeah, xray-core development is a bit chaotic, often leading to backward incompatibilities. I guess backporting changes like these is not exactly an easy job, and it does not align well with the sing-box development model. Generally, it feels like both cores don't really aim to maintain compatibility with each other (which is a bit sad); some features may even be deprecated. Why don't you try alternative protocols? AnyTLS seems promising, and it's similar to xtls-vision, but should be better in some aspects. I am not sure if AnyTLS is affected by Aparecium TLS Camouflage detection. Perhaps @anytls can give some insights? |
1.12 beta22已修复此问题 |
感谢提醒~我的reality目前暂时换回xray了,xray的最新版修复了reality特征泄露的问题。 希望sing-box这边也能补上这个漏洞。并且希望sing-box这边也能支持anytls使用reality(修复特征泄露后的版本) 我更倾向于全部都使用sing-box,因为anytls,HY2,还有endpoint能力。一站式全支持了。它真正做到了“通用平台”的角色和能力~ @nekohasekai thanks~ |
docker部署的,从latest换成latest-beta后
reality报错用不了了: initialize vision: vision: not a valid supported TLS connection: *tls.realityConnWrapper
换回latest后正常。
可以确认是测试版存在的问题。
The text was updated successfully, but these errors were encountered: