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

From Cameron Vogt
Subject Re: TLS session tickets disabled?
Date
Msg-id DM6PR16MB3145FCB3267F83DD185813F5AB812@DM6PR16MB3145.namprd16.prod.outlook.com
Whole thread Raw
In response to Re: TLS session tickets disabled?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I can confirm the .diff patch Daniel sent over solves my issue. Here are the steps I took to verify:

I downloaded PostrgeSQL 16.4's source code and figured out how to compile it using the official documentation. I configured a new testing PostgreSQL server (built from the source) to mimic the configuration of my original database. Before implementing the patch, I verified that I still get the same issue when connecting via NpgSQL 4.0.10 to the source-built testing server. Then I implemented the patch, recompiled everything, and I verified that the issue is now gone when connecting via NpgSQL 4.0.10.

Thank you!

Cameron Vogt | Software Developer
Direct: 314-756-2302 | Cell: 636-388-2050
1585 Fencorp Drive | Fenton, MO 63026
Automatic Controls Equipment Systems, Inc.

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: REINDEX INDEX pg_catalog.pg_default_acl_role_nsp_obj_index stuck waiting for transaction from the future in PG 13.16
Next
From: Robert Greig
Date:
Subject: Re: BUG #18583: jsonb_populate_record return values cannot be queried correctly in subselects