When testing my endpoint with testssl, I receive an overall grade of A+, which is great. However, I also get the following warning regarding the session ticket lifetime:
Session Ticket RFC 5077 hint 604800 seconds but: FS requires session ticket keys to be rotated < daily !
It seems that my session ticket lifetime is set to 7 days (604800 seconds), while forward secrecy (FS) recommends rotating session ticket keys at least once per day.
Is there a configuration setting where I can adjust the session ticket lifetime to 24 hours instead of the default 7 days?