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

debian 9's nginx doesn't support tls1.3 #526

Merged
merged 1 commit into from Feb 21, 2022
Merged

Conversation

rndmh3ro
Copy link
Member

while this could be better solved by checking what nginx version is used, debian9 is eol'd in 4 months. if there will be again a need to check for nginx versions, we'll add it then

Signed-off-by: rndmh3ro github@gumpri.ch

while this could be better solved by checking what nginx version is used, debian9 is eol'd in 4 months. if there will be again a need to check for nginx versions, we'll add it then

Signed-off-by: rndmh3ro <github@gumpri.ch>
@@ -23,7 +23,6 @@ nginx_add_header:

nginx_set_cookie_flag: "* HttpOnly secure"
nginx_ssl_prefer_server_ciphers: "on"
nginx_ssl_protocols: "TLSv1.2 TLSv1.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, we should reverse this split, when we drop Debian 9 support. Add a Issue for future reference?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@schurzi schurzi changed the title debian 9's nginx doesnt support tls1.3 debian 9's nginx doesn't support tls1.3 Feb 21, 2022
@schurzi schurzi merged commit 9be3a05 into master Feb 21, 2022
@schurzi schurzi deleted the nginx_debian_9_tls branch February 21, 2022 10:49
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
debian 9's nginx doesn't support tls1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants