Re: nginx-1.23.2

2022-10-20 Thread A. Schulze via nginx
Am 20.10.22 um 22:30 schrieb Maxim Dounin: Now for automatic ticket keys rotation it is enough to configure "ssl_session_cache shared:...", something you likely already have configured anyway. Everything else will be done by nginx: it will rotate keys every ssl_session_timeout. so it's enou

Re: nginx-1.23.2

2022-10-20 Thread Maxim Dounin
Hello! On Thu, Oct 20, 2022 at 09:45:17PM +0200, A. Schulze via nginx wrote: > > > Am 19.10.22 um 14:10 schrieb Maxim Dounin: > > Changes with nginx 1.23.219 Oct 2022 > > *) Feature: TLS session tickets encryption keys are now automatically > >

Re: nginx-1.23.2

2022-10-20 Thread A. Schulze via nginx
Am 19.10.22 um 14:10 schrieb Maxim Dounin: Changes with nginx 1.23.219 Oct 2022 *) Feature: TLS session tickets encryption keys are now automatically rotated when using shared memory in the "ssl_session_cache" directive. Hello, th