Reality使用特定dest会导致服务端processed invalid connection错误 #2308
saiteTimedOut
started this conversation in
General
Replies: 3 comments 1 reply
-
这个站用的P-384而不是X25519 |
Beta Was this translation helpful? Give feedback.
1 reply
-
或许应该在dest选取的要求中加上这一点? |
Beta Was this translation helpful? Give feedback.
0 replies
-
我正在看你发的 mirror.de.leaseweb.net 有不有X25519,楼上就回答了,这问题以前有人遇到过发过ISS我们才知道的。官方示例中可能没写太直白明白。 https://github.com/chika0801/Xray-examples/blob/main/VLESS-XTLS-uTLS-REALITY/config_server.json#L37 我的示例注释是写了的。虽然原理我不懂,我还是提醒过了的。 |
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.
-
Xray版本:1.8.3
问题dest:mirror.de.leaseweb.net
可见该dest支持TLSv1.3和HTTP2,但若使用该dest,服务端会输出processed invalid connection,且客户端无法完成握手。
客户端输出:
服务端输出:
已使用境外VPS作为客户端尝试,排除了墙的干扰
若将dest(及serverName等改为www.microsoft.com)则可正常建立连接
为排除配置的干扰,配置文件几乎与https://cscot.pages.dev/2023/03/02/Xray-REALITY-tutorial/中的相同
服务端配置(仅修改了log、dest、serverNames):
客户端配置(仅修改了log、serverName):
Beta Was this translation helpful? Give feedback.
All reactions