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
### Coolify is not updating to the newest version.
11
+
12
+
When a new version is released and a new GitHub release is created, it doesn't immediately become available for your instance. Read more about [Coolifys Release Cycle](https://github.com/coollabsio/coolify/blob/v4.x/RELEASE.md) on GitHub.
13
+
8
14
## Server
9
15
10
16
### Permission denied (publickey).
17
+
11
18
::: tip Error
12
19
Error: `Server is not reachable. Reason: [email protected]: Permission denied (publickey).`
13
20
@@ -22,14 +29,17 @@ If it is not added, you can add it manually by running the following command on
22
29
```
23
30
24
31
### Custom SSH Port
25
-
If you would like to use a custom SSH port, you can set it in the `Server` tab of your server.
32
+
33
+
If you would like to use a custom SSH port, you can set it in the `Server` tab of your server.
26
34
27
35
If you are self-hosting Coolify, you can simply set it after you installed Coolify on the `localhost` server.
28
36
29
37
### Increase Concurrent Builds
38
+
30
39
If you would like to increase the number of concurrent builds, you can set it in the `Server` tab of your server.
31
40
32
41
### Coolify Cloud Public IPs
42
+
33
43
If you need the public facing IPs to allow inbound connections to your servers, here is an up-to-date list of IPs that you can use to whitelist:
34
44
35
45
-https://coolify.io/ipv4.txt
@@ -38,32 +48,37 @@ If you need the public facing IPs to allow inbound connections to your servers,
38
48
## Cloudflare
39
49
40
50
### Configured but application is not reachable.
51
+
41
52
You need to set your SSL/TLS configuration to at least `Full` in your Cloudflare dashboard.
If you want to map a port the host system (server), you need to use [Ports Mappings](/applications/#port-mappings) feature.
55
67
56
68
## SSL & HTTPS
57
69
58
70
### How do I enable HTTPS/SSL for my application?
71
+
59
72
HTTPS is automatically enabled when you enter a domain using the `https://` protocol (for example, `https://example.com`). Coolify will automatically configure your reverse proxy and request SSL certificates from Let's Encrypt. You don't need to do any additional setup.
60
73
61
74
For more details, see the [Domains documentation](/knowledge-base/domains#https-ssl-certificates).
62
75
63
76
### My application is showing a certificate warning in the browser. What should I do?
77
+
64
78
If your browser shows a certificate warning or indicates a self-signed certificate, it means the automatic certificate issuance from Let's Encrypt failed. This is usually due to DNS configuration issues, firewall problems, or port accessibility.
65
79
66
80
See the [Let's Encrypt Not Working](/troubleshoot/dns-and-domains/lets-encrypt-not-working) troubleshooting guide for detailed solutions.
67
81
68
82
### Do SSL certificates renew automatically?
83
+
69
84
Yes. Coolify automatically renews SSL certificates from Let's Encrypt before they expire. Let's Encrypt certificates are valid for 90 days, and Coolify handles all renewals seamlessly in the background.
0 commit comments