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

Nginx ssl_session_tickets with modern on v5 #69

Closed
bungle opened this issue Dec 16, 2019 · 6 comments · Fixed by #252
Closed

Nginx ssl_session_tickets with modern on v5 #69

bungle opened this issue Dec 16, 2019 · 6 comments · Fixed by #252
Assignees

Comments

@bungle
Copy link

bungle commented Dec 16, 2019

As modern is now only TLSv1.3 perhaps it doesn't make a sense for that to even specify:

ssl_session_tickets off;

As that is not used with TLSv1.3.

Yes, I know it is part of generic section, so please close if not considered with any importance.

@bungle bungle changed the title Nginx ssl_prefer_server_ciphers with modern on v5 Nginx ssl_session_tickets with modern on v5 Dec 16, 2019
@tomato42
Copy link
Member

is pure-psk session resumption disabled? I think clients still can use it, it just defaults to dhe_psk resumption, doesn't it?

@april
Copy link
Contributor

april commented Jan 3, 2020

If we could get an nginx developer to chime in, that would be great. I'm a little worried about making the change without truly understanding what knobs that turns.

@makhomed
Copy link

If we could get an nginx developer to chime in, that would be great. I'm a little worried about making the change without truly understanding what knobs that turns.

@april, you can ask nginx developers about this and any other questions in the [email protected] mail list.

More details about this English mail list: http://nginx.org/en/support.html

nginx developers are Maxim Dounin, and any other people, why wrote from email something(at)nginx.com

@HLFH
Copy link
Contributor

HLFH commented Dec 6, 2022

There are some changes with ssl_session_tickets since nginx 1.23.2: https://nginx.org/en/CHANGES

@LeviPesin
Copy link

Isn't this a duplicate of mozilla/server-side-tls#282?

@janbrasna
Copy link
Collaborator

So this basically resolved itself for nginx ≥1.23.2 via #252 — but truth is, we kinda left out tweaking that beyond that, so if you use older nginx than that and chose modern (or any other config and end up negotiating TLS1.3) you'd still force the stateful resumption. I honestly didn't feel like adding that complexity for unmaintained 2yo+ (and 1yo+ EOL) versions — but if that doesn't sound sufficient, feel free to chime in.

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 a pull request may close this issue.

7 participants