You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up a custom domain for the Coolify v4 dashboard, the interface is accessible through the configured domain but is using a self-signed certificate instead of a proper Let's Encrypt certificate. This causes browser security warnings when accessing the dashboard.
Environment:
Installation method: One-click installer
No external reverse proxy/nginx
Direct domain configuration in Coolify settings
Current Behavior:
Dashboard is accessible via configured domain
Browser shows security warning due to self-signed certificate
SSL is not properly configured with Let's Encrypt
Expected Behavior:
Dashboard should be accessible via configured domain
Should use valid Let's Encrypt SSL certificate
No browser security warnings
Steps to Reproduce
Install Coolify v4 using one-click installer
Configure DNS A record pointing to server IP
Set custom domain in Coolify dashboard settings
Access dashboard via configured domain
Observe browser security warning due to self-signed certificate
Example Repository URL
No response
Coolify Version
v4.0.0-beta.394
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.10
Additional Information
No response
The text was updated successfully, but these errors were encountered:
check your proxy logs for potential errors, sometimes they can give you a hint why it failed generating the certificate. You can find them under Servers > localhost > Proxy > Logs.
Here are a few steps you can try to resolve the issue:
Make sure port 80 and 443 are open in your firewall (both in- and outbound)
Restart your proxy under Servers > localhost > Proxy
If the LetsEncrypt certificate was still not generated run rm /data/coolify/proxy/acme.json. WARNING: This will remove all current LetsEncrypt certificates from the proxy, but forces the proxy to attempt generating them again.
Error Message and Logs
After setting up a custom domain for the Coolify v4 dashboard, the interface is accessible through the configured domain but is using a self-signed certificate instead of a proper Let's Encrypt certificate. This causes browser security warnings when accessing the dashboard.
Environment:
Installation method: One-click installer
No external reverse proxy/nginx
Direct domain configuration in Coolify settings
Current Behavior:
Dashboard is accessible via configured domain
Browser shows security warning due to self-signed certificate
SSL is not properly configured with Let's Encrypt
Expected Behavior:
Dashboard should be accessible via configured domain
Should use valid Let's Encrypt SSL certificate
No browser security warnings
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.394
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.10
Additional Information
No response
The text was updated successfully, but these errors were encountered: