Add SSL support to Databases #3976
Replies: 27 comments 37 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.
-
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.
-
|
Could SSL be also added to KV stores like redis, keydb and dragonfly? |
Beta Was this translation helpful? Give feedback.
-
|
SSL support is now completed and will be added via this PR #5027 in one of the next updates. @zachlatta SSL support is now done. It was quite a lot of work and took a lot of time debugging, making sure that it is secure and much more. |
Beta Was this translation helpful? Give feedback.
-
|
Fantastic, you are amazing! Thank you! Please email me with your bounty link again and I will pay the remaining 50% of the bounty.
From: 🏔️ Peak ***@***.***>
Date: Monday, February 10, 2025 at 3:41 PM
To: coollabsio/coolify ***@***.***>
Cc: Zach Latta ***@***.***>, Mention ***@***.***>
Subject: Re: [coollabsio/coolify] Add SSL support to Databases (Discussion #3976)
SSL support is now completed and will be added via this PR #5027<#5027> in one of the next updates.
@zachlatta<https://github.com/zachlatta> SSL support is now done. It was quite a lot of work and took a lot of time debugging, making sure that it is secure and much more.
—
Reply to this email directly, view it on GitHub<#3976 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHSH6GV2T6JNEFJ3RJRKGD2PEFIJAVCNFSM6AAAAABQN2PP2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJSHAYDKNA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Just paid the 2nd half of the bounty. Thank you so much for building this!
From: 🏔️ Peak ***@***.***>
Date: Monday, February 10, 2025 at 3:46 PM
To: coollabsio/coolify ***@***.***>
Cc: Zach Latta ***@***.***>, Mention ***@***.***>
Subject: Re: [coollabsio/coolify] Add SSL support to Databases (Discussion #3976)
@zachlatta<https://github.com/zachlatta> The bounty link is as follows: https://opencollective.com/peaklabs-dev
—
Reply to this email directly, view it on GitHub<#3976 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHSH6AMBQFOOTPUI4ELHBL2PEF33AVCNFSM6AAAAABQN2PP2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJSHAZDCNA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Any updates on getting the PR merged? |
Beta Was this translation helpful? Give feedback.
-
|
Hey, just checking in again. Any updates? The bounty was originally for it to be deployed in February and it’s now March. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm following up again. @peaklabs-dev: Can you give an update? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much! So appreciate you building this.
From: 🏔️ Peak ***@***.***>
Date: Wednesday, March 12, 2025 at 2:13 PM
To: coollabsio/coolify ***@***.***>
Cc: Zach Latta ***@***.***>, Mention ***@***.***>
Subject: Re: [coollabsio/coolify] Add SSL support to Databases (Discussion #3976)
I think Andras was looking into merging it last week. I will ask again.
—
Reply to this email directly, view it on GitHub<#3976 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHSH6FA5RDGKXXM6IIHYD32UB2MBAVCNFSM6AAAAABQN2PP2OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBXHA3DMMY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@Tmmcmasters Can you please create an issue for it? so that it can be discussed and hopefully resolved there |
Beta Was this translation helpful? Give feedback.
-
|
Using mongosh with the internal or public URL from the MongoDB terminal gives me a connection timeout. If I connect without TSL MongoDB correctly reports that TSL is required. Are there plans to support Let's Encrypt certificates with domain names? |
Beta Was this translation helpful? Give feedback.
-
|
Are others experiencing difficulties with s3 automated backups failing due to mongodb's enabled ssl mode? |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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=requirepanic: 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