Re: TLS session tickets disabled?
Cameron Vogt <cvogt@automaticcontrols.net>
From: Cameron Vogt <cvogt@automaticcontrols.net>
To: Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>, "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>
Date: 2024-08-16T19:11:53Z
Lists: 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.
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