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

fix: [#118] Default TLS should be at least 1.2 #119

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

sbp-bvanb
Copy link
Contributor

@sbp-bvanb sbp-bvanb commented Oct 25, 2024

Current Default TLS is 1.1, but should be at least 1.2:
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html

The decision was made to choose TLSv1.2_2018 as the latest, i.e. TLSv1.2_2021 supports less Ciphers, see above link and could increase the change of bumping into breaking changes.

@fatbasstard fatbasstard merged commit cb59459 into schubergphilis:master Oct 28, 2024
2 checks passed
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