Open HLFH opened 1 year ago
Nginx 1.23.2 appears to change how ssl_session_tickets is handled and as a result we should change to setting them as enabled.
ssl_session_tickets
ssl_session_tickets on;
https://nginx.org/en/CHANGES
TLS session tickets encryption keys are now automatically rotated when using shared memory in the "ssl_session_cache" directive.
See https://github.com/mozilla/server-side-tls/issues/284 for details.
Nginx 1.23.2 appears to change how
ssl_session_tickets
is handled and as a result we should change to setting them as enabled.https://nginx.org/en/CHANGES
See https://github.com/mozilla/server-side-tls/issues/284 for details.