Skip to content
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

net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH #323

Closed
2061159711 opened this issue Feb 18, 2022 · 2 comments
Closed

net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH #323

2061159711 opened this issue Feb 18, 2022 · 2 comments

Comments

@2061159711
Copy link

当我客户端和服务器创建连接时出错,
服务器端:
image
客户端:
image
错误:
image

@statianzo
Copy link
Owner

Try using a newer SSL protocol

server.EnabledSslProtocols = SslProtocols.Tls12;

@2061159711
Copy link
Author

好的!非常感谢您的回复,问题已经解决,就是这个Tls版本的问题,指定到Tls1.2版本再测试就好了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants