Thread
-
Re: Serverside SNI support in libpq
Jacob Champion <jacob.champion@enterprisedb.com> — 2025-12-18T18:20:21Z
On Thu, Dec 18, 2025 at 9:06 AM Jacob Champion <jacob.champion@enterprisedb.com> wrote: > A nice-to-have v2ish feature might be to warn if the host configured > for a certificate cannot in fact match that certificate according to > OpenSSL. Another wishlist item: the logs (both server- and client-side) are pretty inscrutable when things fail right now. Server's relatively easy to change, but I wonder if we can do something along the lines of 0b5d1fb36 to provide an extra hint on the client side? --Jacob