Make it possible to disable Let's Encrypt SSL provider on per service basis. #3581
Replies: 7 comments
-
|
Bump! |
Beta Was this translation helpful? Give feedback.
-
|
I need that too! |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
If switching to Caddy proxy is acceptable for anyone with this problem, see my discussion: #4726 |
Beta Was this translation helpful? Give feedback.
-
|
+1 to this, in a cloudflare -> coolify setup coolify proxy doesnt need SSL |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
When adding a resource (i.e. Docker compose), and if the domain is provided with the
https//scheme, Coolify automatically add traefik labels for both TLS and Let's Encrypt certresolver. It could be great to add a checkbox, on per service basis, to enable (default), or disable the Let's Encrypt certresolver.Why ?
For one of our service, the target server is behind a proxy (hosted on another server) which handle SSL termination (with a valid SSL certificate).
On the target server, only port 443 is exposed to the WAN. The target server make use of a self-signed SSL cert which is a default SSL certificate.
Basically put :
WAN -> Server (proxy with valid SSL certificate) -> target server (port 443) (traefik with self-signed SSL cert) -> backend (container port 5000, not exposed to the host)
We added our self-signed SSL certificate with dynamic conffile. This seem to work but we want disable Let's Encrypt explicitely.
Beta Was this translation helpful? Give feedback.
All reactions