Skip to content

Commit ac370e2

Browse files
authored
panel/1.0/troubleshooting: Add note about cert expiration
Expired certificate can create an error that looks like a general communication error, since websocket or XHR requests just fail in very similar way like the service was not responding at all. This could be a quite common case, especially if the certificate renewal (e.g. for Let's Encrypt) is not properly set up.
1 parent e216789 commit ac370e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panel/1.0/troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ and `2022` for SFTP traffic.
7070
https://domain.com:8080` on the Panel server and ensure that it can successfully connect to Wings.
7171
* Ensure that you are using the correct HTTP scheme for your Panel and Wings. If the Panel is running over HTTPS
7272
Wings will also need to be running on HTTPS.
73+
* If using HTTPS for Wings, make sure that the certificates have not expired.
7374

7475
### More Advanced Debugging Steps
7576
* Stop Wings and run `wings --debug` to see if there are any errors being output. If so, try resolving them manually,

0 commit comments

Comments
 (0)