Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement direct SSL for PostgreSQL version 17 and above #3219

Open
davecramer opened this issue Apr 17, 2024 · 0 comments
Open

Implement direct SSL for PostgreSQL version 17 and above #3219

davecramer opened this issue Apr 17, 2024 · 0 comments

Comments

@davecramer
Copy link
Member

Version 17 has added direct SSL connections to avoid 1 round trip.

See postgres/postgres@d39a49c#diff-331c33fd11c3ed85f9dbfead93f139c20ff3a25176651fc2ed37c486b97630e6

Essentially if you choose direct SSL mode then the client immediately sends the SSL request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant