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

Websocket to support TLSv1.2 #207

Merged
merged 2 commits into from
Sep 13, 2020
Merged

Websocket to support TLSv1.2 #207

merged 2 commits into from
Sep 13, 2020

Conversation

ioBanker
Copy link
Member

It was noticed that websocket clients including Chrome and Firefox had stopped supporting or rejecting TLSv1 since it's an OBSOLETE PROTOCOL.

It was noticed that websocket clients including Chrome and Firefox had stopped supporting or rejecting TLSv1 since it's an OBSOLETE PROTOCOL.
@abitmore
Copy link
Member

Thanks. I think we should stop supporting TLSv1.0 and TLSv1.1 too, both for server and for client.

@abitmore
Copy link
Member

By the way, perhaps we should initiate the contexts with tlsv12_server or tlsv12_client but not always the generic tlsv12 method. I'm not sure if it will break anything though.

@abitmore abitmore added this to the core release 4.1.0 milestone Jul 24, 2020
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

Successfully merging this pull request may close these issues.

2 participants