-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Update nginx.md #1222
Update nginx.md #1222
Conversation
ssl_protocols
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original config was correct. Change the comment to tell users to comment next line to enable TLS 1.0 and 1.1 as your devices will have to be truly ancient to not support TLS 1.2 or newer.
I don't thinks so.
Source: https://nginx.org/en/docs/http/configuring_https_servers.html So my guess is that if you do nothing, aka leave #, you get the defaults, which includes TLSv1.1 and older. If you uncomment the line, you explicitly enable only 1.2 and newer (which may break older devices) |
Just because it's the "default" doesn't mean it's better. TLS 1.0 and 1.1 have well documented vulnerabilities at this point so disabling them is more secure. Which may break "older" devices is way too overblown. Your device has to have not received software updates for at least the last 10 years for it to not support TLS 1.2. Ancient is a more fitting description for these devices. |
I never said so. Something like this:
|
Yes that is what I meant in my review comment |
Cloudflare Pages deployment
|
small corrections