|
|
|
|
|
by markonen
654 days ago
|
|
From the PostgreSQL 17 Beta 1 announcement: > PostgreSQL 17 adds a new connection parameter, sslnegotiation, which allows PostgreSQL to perform direct TLS handshakes when using ALPN, eliminating a network roundtrip. PostgreSQL is registered as postgresql in the ALPN directory. I'm looking forward to being able to offload PostgreSQL TLS to a standard (non-pg-specific) proxy. |
|