-
I can't add SSL to my postgreSQL in my environment. I can't seem to get Semaphore to connect without it. How can I tell Semaphore to not require SSL connection to PostGreSQL? Semaphore 2.8.49 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Sorry for delay. In you config.json:
|
Beta Was this translation helpful? Give feedback.
-
And how this variable pass to env in k8s deployment? |
Beta Was this translation helpful? Give feedback.
-
We have the same problem, has a solution been found? |
Beta Was this translation helpful? Give feedback.
-
Postgres SSL works fine with only self-signed certs. I use this bbaassssiiee.postgres_ssl role with semaphore. |
Beta Was this translation helpful? Give feedback.
Fixed in v2.9.108-beta.
You should use ENV variable
-e SEMAPHORE_DB_OPTIONS={\"sslmode\":\"require\"}
to use SSL for connecting to Postgres.