Unable to use ssl mode with my DB. #3933
PrashantRaj18198
started this conversation in
General
Replies: 2 comments 3 replies
-
Please check this section and let us know if adding the no-verify option fixes your issue - https://boxyhq.com/docs/jackson/deploy/env-variables#db_url |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also while trying to do cert verification using the verify-ca as the ssl_mode, I'm getting the error log below. This seems to give me the below error.
But connecting using the same set of inputs via the psql client cli is letting me access the db instance. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm trying to self-host boxy, and running into issues where the ssl connection in not verified. I ran into an issue where the boxy container was complaining
{"level":50,"time":"2025-05-19T05:24:18.135Z","pid":1,"hostname":"jackson-d8794cf84-gpt8m","msg":"error connecting to engine: sql, type: postgres db: Error: unable to verify the first certificate"}
This was when I sent the DB_URL as
...ssl_mode=require
.The DB is a GCP Postgres Instance. I also tried with AWS RDS Postgres and it has the same issue. For
ssl_mode=require
to work we generally don't have to setup additional certs.I'm wondering if this is a bug on boxy's side or something I've misconfigured.
Beta Was this translation helpful? Give feedback.
All reactions