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

Allow nginx ≥1.23.2 ssl_session_tickets #252

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

janbrasna
Copy link
Collaborator

Disabled in mozilla/server-side-tls#80 (as explained in archive and in detail mozilla/server-side-tls#135), this can now be left out for nginx:

"TLS session tickets encryption keys are now automatically rotated when using shared memory in the ssl_session_cache directive."

https://trac.nginx.org/nginx/milestone/nginx-1.23.2 (https://nginx.org/en/CHANGES-1.24)

Fixes mozilla/server-side-tls#284, mozilla/server-side-tls#282, and tangentially resolves #69
(Also fixes #239 along the way by updating the versions used…)

No need to disable session_tickets for 1.23.2+ as encryption keys are now automatically rotated when ssl_session_cache uses shared memory.
@janbrasna janbrasna added enhancement New feature or request feedback Things to learn from P2 Priority: 2 labels Oct 6, 2024
@gstrauss gstrauss self-requested a review October 6, 2024 23:53
@gstrauss gstrauss merged commit 6412dd9 into mozilla:master Oct 6, 2024
@janbrasna janbrasna deleted the upd/nginx-session-tickets branch October 7, 2024 15:50
@gstrauss gstrauss mentioned this pull request Oct 10, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback Things to learn from P2 Priority: 2
Projects
None yet
2 participants