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

SSL过期问题 #306

Open
yuekong2010 opened this issue Jan 7, 2021 · 1 comment
Open

SSL过期问题 #306

yuekong2010 opened this issue Jan 7, 2021 · 1 comment

Comments

@yuekong2010
Copy link

用最新87版谷歌浏览器连接wss提示过时,用以前86版本的谷歌浏览器或者禁用Enforce deprecation of legacy TLS versions才能连接。
是不是fleck不支持tls1.2的原因。
错误:Error in connection establishment: net::ERR_SSL_OBSOLETE_VERSION

@yuekong2010
Copy link
Author

解决了,加个配置就行
wssServer.EnabledSslProtocols = System.Security.Authentication.SslProtocols.Tls12;

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

1 participant