-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
gRPC+tls无法启用ECH:MinVersion must be >= VersionTLS13 if EncryptedClientHelloConfigList is populated #3195
Comments
gprc+tls启用ECH会失败,去掉tlsSetting里的 日志里提到了“MinVersion must be >= VersionTLS13 if EncryptedClientHelloConfigList is populated”。猜测是dial grpc时默认的最低版本没有设置正确导致的。 |
lips with a smile and |
在使用gRPC+ECH的时候设置MinVersion为1.3,或者说把minVersion也作为tlsSetting的选项,允许用户来配置也行。 |
请问v5该如何配置ech相关的选项? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你正在使用哪个版本的 V2Ray?
v5.21.0
你的使用场景是什么?
上网
你看到的异常现象是什么?
连接失败
你期待看到的正常表现是怎样的?
连接成功
请附上你的配置
服务端配置:
// 在这里附上服务器端配置文件
客户端配置:
请附上出错时软件输出的错误日志
服务器端错误日志:
// 在这里附上服务器端日志
客户端错误日志:
请附上访问日志
// 在这里附上服务器端日志
其它相关的配置文件(如 Nginx)和相关日志
如果 V2Ray 无法启动,请附上
--test
命令的输出如果 V2Ray 服务运行异常,请附上 journal 日志
The text was updated successfully, but these errors were encountered: