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(aws/https-redirect) default viewer certificate TLS to version 1.2 #369

Closed
wants to merge 1 commit into from

Conversation

sethcarlton
Copy link

Sets the TLS version to 1.2 (recommended) for the https redirect distribution. This matches the default for the base cdn distribution as well.

Previously was falling back to TLS 1.0 as the default

@sethcarlton sethcarlton changed the title fox(aws/https-redirect) default viewer certificate TLS to version 1.2 fix(aws/https-redirect) default viewer certificate TLS to version 1.2 May 4, 2024
@sethcarlton
Copy link
Author

After looking into this further, the ssl protocol errors I'm seeing may be caused by the strictness of TLS 1.2 (2021) - I am only seeing the issue on certain public networks (like coffee shops). Still looking into it to determine what the root cause is.

Modifying the minimum protocol for the redirect may not actually be the best approach. If it's only redirecting maybe it is better to optimize for compatibility? Or maybe use the oldest version of TLS 1.2 (2018)

@jayair
Copy link
Contributor

jayair commented May 14, 2024

Yeah I think compatibility makes the most sense here.

@sethcarlton
Copy link
Author

Agreed. Closing this PR

@sethcarlton sethcarlton deleted the tsldefault branch May 15, 2024 02:28
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