-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No available server when Cloudflare SSL/TLS policy is set to Full, with multiple domains #4804
Comments
New findings, I follow this guide: https://coolify.io/docs/knowledge-base/traefik/custom-ssl-certs I have generated the .pem and .key files from Cloudflare, uploaded them to /data/coolify/proxy/certs as
and in /data/coolify/proxy/dynamic, I have created a new file
and I get the following error:
I have also tried renaming the extension .pem to .cert, and I get the same error. I can confirm that the file has -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- |
|
Hello, I think point #3
Hello, I think point 3 solved the issue. After changing the dynamic configuration to /traefik/certs/somedomain.key I don't get any error from the |
@clho40 is your domain url set to https in your project? |
Having same problem. Is there any way to handle it without: 3. traefik is using a volume mount so if your certs are at that location, then in the dynamic file they need to be at /traefik/certs/somedomain.key inorder for it to pick them up, then its ok to switch to full(strict) I am using Cloudflare and Coolify Remote server. If I host the application it works on Am I missing something, do I need this "Cloudflare" tunnels feature ? Any help would be be appreciated |
Hi, that was the fix. Because I've been using the Flexible SSL policy on Cloudflare, I had to set my coolify domain name to http to avoid being redirected too many times. After setting it to Full (Strict) I had to set the instance domain to https. Thanks! |
@clho40 How you were able to solve the issue with two domains set (abc.com, abc.es) on the same coolify instance? |
Same here My setup Also I've been following the tutorial: https://coolify.io/docs/knowledge-base/cloudflare/tunnels/all-resource |
What kind of deployment is giving you an issue? If this is a compose based deployment make sure you do not define a network in the compose |
It’s only Dockerfile by private git repo
…On Sat, 15 Mar 2025 at 7:44 Darren Sisson ***@***.***> wrote:
@oribenez <https://github.com/oribenez>
What kind of deployment is giving you an issue?
If this is a compose based deployment make sure you do not define a
network in the compose
—
Reply to this email directly, view it on GitHub
<#4804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSVJ7UVIBDAICOMJRVA5U32UO44TAVCNFSM6AAAAABU77GKVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRWGI2DMMJQGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: djsisson]*djsisson* left a comment (coollabsio/coolify#4804)
<#4804 (comment)>
@oribenez <https://github.com/oribenez>
What kind of deployment is giving you an issue?
If this is a compose based deployment make sure you do not define a
network in the compose
—
Reply to this email directly, view it on GitHub
<#4804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSVJ7UVIBDAICOMJRVA5U32UO44TAVCNFSM6AAAAABU77GKVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMRWGI2DMMJQGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Error Message and Logs
When deploying a WordPress application with MariaDB on a Coolify instance hosted on a VPS, using a Cloudflare-managed domain (def.com), browsing with SSL set to "Flexible" results in mixed content issues, while setting SSL to "Full" produces a "No available server" error.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.380
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24
Additional Information
No response
The text was updated successfully, but these errors were encountered: