Issue with PostgreSQL SSL connection #7614
Unanswered
narendrapatel
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Facing issue similar to #6482
We are facing similar issue with the exact error as in the linked issue. It works when i have postgresql on the same instance as kong with a self signed certificate, but does not work with a remote cloud managed PostgreSQL database with the cloud provided CA.
Error when start Kong with -vv:
In #2856, Kong worked with Amazon RDS. I've tried fiddling with lua_ssl_trusted_certificate and lua_ssl_verify_depth but could not get it working with remote cloud postgresql.
Our cloud setup is GCP. Has anyone tried to bring Kong up with PostgreSQL SSL mode in GCP?
Kong Version : 0.13.0
OS : Centos 7.9
Any leads would be really helpful.
Beta Was this translation helpful? Give feedback.
All reactions