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

Require TLS 1.2 by default and refresh cipher list. #992

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Conversation

kentonv
Copy link
Member

@kentonv kentonv commented Apr 28, 2020

Qualys now gives peolpe a B if they support TLS 1.0 or 1.1, so we should default to requiring TLS 1.2, as the KJ TLS docs promise KJ will choose a good minimum automatically.

Qualys also rates several of the ciphers we had supported as weak. Looks like Mozilla doesn't recommend them anymore.

Qualys now gives peolpe a B if they support TLS 1.0 or 1.1, so we should default to requiring TLS 1.2, as the KJ TLS docs promise KJ will choose a good minimum automatically.

Qualys also rates several of the ciphers we had supported as weak. Looks like Mozilla doesn't recommend them anymore.
@kentonv kentonv merged commit fc6ad80 into master Apr 28, 2020
@kentonv kentonv deleted the tls1_2 branch April 28, 2020 23:54
@kentonv kentonv mentioned this pull request May 11, 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.

None yet

2 participants