You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems TLS settings do not get applied on the server at all. The issue got introduced in #3554 and the tests gave a false sense of security and were ineffective in catching it. I'm fixing this issue now.
Please, next time give a better bug report so I don't have to fish for issues.
Fix#3566
Also update testsuite so that all tests read and write some data. Opening a connection is not enough to trigger connection errors, because the connection is so lazy.
leninalive
pushed a commit
to amnezia-vpn/amnezia-xray-core
that referenced
this issue
Oct 29, 2024
FixXTLS#3566
Also update testsuite so that all tests read and write some data. Opening a connection is not enough to trigger connection errors, because the connection is so lazy.
https://github.com/XTLS/Xray-core/releases/tag/v1.8.20
SplitHTTP 服务端支持 H2C,客户端支持 HTTP/1.1+TLS
SplitHTTP server supports H2C, client supports HTTP/1.1+TLS
But it doesn't work when alpn is http/1.1 !
The text was updated successfully, but these errors were encountered: