·
3 commits
to main
since this release
Patch Changes
- 7f6ee05: Handle the
SSLRequeststartup packet per the PostgreSQL wire protocol: when SSL is not available, respond withNso the client may continue with a cleartextStartupMessage. Improves interoperability with JDBC clients such as DBeaver that probe TLS first without requiring manual SSL mode tweaks. See https://www.postgresql.org/docs/current/protocol-message-formats.html .