Postgresql - SSL ALLOW connection arguments #5323
Mailstorm-ctrl
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
Central postgresql databases that use SSL will properly work/initialize
Please provide a concise description of the feature that would resolve your issue.
Adding {'sslmode':'allow'} to connection arguments wherever the db gets connected should be enough.
Please consider and list out some caveats or tradeoffs made in your design decision
Nothing I can think of. It just allows SSL to be used if available. I tried adding it on my own but I don't really understand how to contribute to projects or the inner workers of how connections are established.
https://www.postgresql.org/docs/current/libpq-ssl.html
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions