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

Support tls for postgres 17 #256

Closed
divyam234 opened this issue Oct 19, 2024 · 2 comments
Closed

Support tls for postgres 17 #256

divyam234 opened this issue Oct 19, 2024 · 2 comments

Comments

@divyam234
Copy link

divyam234 commented Oct 19, 2024

Postgres 17 has introduced direct ssl negotiation so using tls with sni should work without any changes. Currently getting this error below

"level":"error","ts":1729340050.662618,"logger":"caddy.listeners.layer4","msg":"handling connection","error":"tls: client requested unsupported application protocols ([postgresql])"}

What changes are needed to support new changes from postgres?

@mholt
Copy link
Owner

mholt commented Oct 21, 2024

Did you mean to close this? Was your question answered?

@divyam234
Copy link
Author

Yeah in #243 (comment)

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

2 participants