Re: TLS session tickets disabled?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>,
Cameron Vogt <cvogt@automaticcontrols.net>,
"pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2024-08-16T14:44:25Z
Lists: pgsql-bugs
Daniel Gustafsson <daniel@yesql.se> writes: > On 15 Aug 2024, at 19:52, Jacob Champion <jacob.champion@enterprisedb.com> wrote: >>> I'm getting the feeling that this is our bug, and that we should be >>> using both SSL_OP_NO_TICKET (for TLSv1.2) and SSL_CTX_set_num_tickets >>> (for TLSv1.3). I don't see any indication in the docs or source that >>> the latter does anything for 1.2. > The attached, backpatched all the way, should be the correct fix. Sorry for > the mess =( Can we verify that this fixes the originally-reported problem? regards, tom lane
Commits
-
Fix regression in TLS session ticket disabling
- f925b7f65d49 13.17 landed
- cd98a142cb37 12.21 landed
- 9333174af475 16.5 landed
- 8cea8c023edf 14.14 landed
- 4fdb6558c270 18.0 landed
- 23c200940eae 15.9 landed
- 19021d28cdf0 17.0 landed