Replies: 1 comment
-
Are you using a self-signed certificate? You could add that to the trusted CA of Kong |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I’m trying to run the Kong migrations bootstrap command using the official Kong Docker image (version 3.6.1) connecting to a PostgreSQL 15 server with SSL enabled.
I set the environment variables like this:
When I run the migration command:
I get this error:
The PostgreSQL server is definitely reachable and accepts SSL connections. In fact, connecting with psql using SSL works perfectly:
This connects successfully over SSL without any issues.
Has anyone encountered this problem before or knows what could cause Kong’s SSL handshake with PostgreSQL to fail while psql works fine?
Thanks in advance for any help or suggestions!
Beta Was this translation helpful? Give feedback.
All reactions