On Mon, Mar 09, 2026 at 04:18:28PM +0000, Stevenson, Bob (CHICO-R) wrote: > Subject: tls-ticket-keys file reloaded when??? > In a continuously running haproxy, when is the tls-ticket-keys <keyfile> file > re-read? Would it be read after a SIGUSR2 ( reload signal )? > > Or is it only read/updated with a call to the api? > >set ssl tls-key > > Thanks all >
The files are never reloaded, once started HAProxy does not access the filesystem anymore, you have to either reload the process or set the tls-ticket-keys with "set ssl tls-key" indeed. -- William Lallemand

