Re: TLS session tickets disabled? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: TLS session tickets disabled?
Date
Msg-id 742117.1723819465@sss.pgh.pa.us
Whole thread Raw
In response to TLS session tickets disabled?  (Cameron Vogt <cvogt@automaticcontrols.net>)
Responses Re: TLS session tickets disabled?
List 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



pgsql-bugs by date:

Previous
From: Marcin Barczyński
Date:
Subject: REINDEX INDEX pg_catalog.pg_default_acl_role_nsp_obj_index stuck waiting for transaction from the future in PG 13.16
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #18348: Inconsistency with EXTRACT([field] from INTERVAL);