Add SSL support to Databases #3976
Replies: 19 comments 30 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.
-
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.
-
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