使用Reality 时,dest网站遇到错误'ERR_SSL_VERSION_OR_CIPHER_MISMATCH' #3690
Replies: 1 comment
-
Updates: Solution: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
我使用的是
VLESS-Vision-REALITY
, 参考的是推荐配置: https://github.com/chika0801/Xray-examples/blob/main/VLESS-Vision-REALITY/config_server.json。server端没有任何额外配置。使用此配置可以正常访问google。但当我试图从浏览器中访问VPS的域名来验证回落时,浏览器抛出错误
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
。我尝试使用命令
xray x25519
更改参考配置中的private key,以及客户端侧的public key。但问题仍然复现。从debug log中看到
transport/internet/tcp: REALITY: processed invalid connection
。完整config.json
我第一次使用
VLESS-Vision-REALITY
。请各位大佬帮忙review一下,看看我哪里配置错了。提前拜谢!Beta Was this translation helpful? Give feedback.
All reactions