Add SSL support to Databases #3976
Replies: 15 comments 16 replies
-
I am also seeing the same issue with a MongoDB database deployed using Coolify. Any help on this will be really appreciated. |
Beta Was this translation helpful? Give feedback.
-
I'm on |
Beta Was this translation helpful? Give feedback.
-
following |
Beta Was this translation helpful? Give feedback.
-
Looks like TLS is not turned on by default. Anyone has instructions on how to do this? |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
Do i need to create |
Beta Was this translation helpful? Give feedback.
-
following this, need a feature to auto generate ssl certificates :( |
Beta Was this translation helpful? Give feedback.
-
Given that some many people are looking for this feature, it would be great if you can prioritize this @andrasbacsai |
Beta Was this translation helpful? Give feedback.
-
guys i guess it's already working. at least for me. only create the server.crt and key by yourself and mount the directory like: |
Beta Was this translation helpful? Give feedback.
-
Nice workaround, thanks! Though, as noted above, Coolify needs a "single-click solution" for this (and might even consider enabling it by default). |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This checklist is a good start. Wanted to know if SSL mode is being considered only for Postgres or also for MongoDB? I have been facing the same limitation with mongodb as well. |
Beta Was this translation helpful? Give feedback.
-
Just a hint for those who use a postgres service: currently you loose your volume if you map the cert directory: |
Beta Was this translation helpful? Give feedback.
-
I am happy to add a $500 bounty to this if shipped in a version deployed on app.coolify.io before the end of January. This is a crucial feature for us. Criteria would be that SSL is enabled by default on all “default” DBs that support it in Coolify (meaning those listed when you create a new project and look at resources to add). Postgres is the most important to us. |
Beta Was this translation helpful? Give feedback.
-
Description
I have created a Postgres db in Coolify now I am trying to deploy my application in production mode so I am getting this error in production mode.
I am using go lang with
sslmode=require
panic: failed to connect to `host=24.199.98.149 user=postgres database=postgres`: tls error (server refused TLS connection)
Minimal Reproduction (if possible, example repository)
N/A
Exception or Error
No response
Version
v4.0.0-beta.239
Beta Was this translation helpful? Give feedback.
All reactions