We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Did you mean to close this? Was your question answered?
Sorry, something went wrong.
Yeah in #243 (comment)
No branches or pull requests
Postgres 17 has introduced direct ssl negotiation so using tls with sni should work without any changes. Currently getting this error below
What changes are needed to support new changes from postgres?
The text was updated successfully, but these errors were encountered: