Re: Direct SSL connection with ALPN and HBA rules
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Jacob Champion <jacob.champion@enterprisedb.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
Michael Paquier <michael@paquier.xyz>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-04-25T16:17:41Z
Lists: pgsql-hackers
On Thu, Apr 25, 2024 at 12:16 PM Jacob Champion <jacob.champion@enterprisedb.com> wrote > Right. I don't like that it still happens with > sslnegotiation=requiredirect, but I suspect that this is not the > thread to complain about it in. Maybe I can propose a > sslnegotiation=forcedirect or something for 18, to complement a > postgresqls:// scheme. It is difficult to imagine a world in which we have both requiredirect and forcedirect and people are not confused. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Remove option to fall back from direct to postgres SSL negotiation
- fb5718f35ff6 17.0 landed
-
Reject SSL connection if ALPN is used but there's no common protocol
- 17a834a04d5a 17.0 landed
-
libpq: Enforce ALPN in direct SSL connections
- 03a0e0d4bb78 17.0 landed
-
libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""
- 3c184092651b 17.0 landed
-
Fix documentation and comments on what happens after GSS rejection
- 5c9f35fc48ea 17.0 landed
-
doc: Add note to prevent server spoofing with SCRAM
- d0f4824a5410 16.0 cited