Re: SSL SNI
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Jesse Zhang <sbjesse@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-02-15T19:24:56Z
Lists: pgsql-hackers
On 2021-02-15 18:40, Jesse Zhang wrote: > I imagine this also (finally) opens up the possibility for the server > to present a different certificate for each hostname based on SNI. > This eliminates the requirement for wildcard certs where the cluster > is running on a host with multiple (typically two to three) hostnames > and the clients check the hostname against SAN in the cert > (sslmode=verify-full). Am I right? Is that feature on anybody's > roadmap? This would be the client side of that. But I don't know of anyone planning to work on the server side.
Commits
-
libpq: Fix SNI host handling
- 37e1cce4ddf0 14.0 landed
-
libpq: Set Server Name Indication (SNI) for SSL connections
- 5c55dc8b4733 14.0 landed