mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 20:07:06 -06:00
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.
This commit is contained in:
parent
e216789084
commit
ac370e2eda
@ -70,6 +70,7 @@ and `2022` for SFTP traffic.
|
||||
https://domain.com:8080` on the Panel server and ensure that it can successfully connect to Wings.
|
||||
* Ensure that you are using the correct HTTP scheme for your Panel and Wings. If the Panel is running over HTTPS
|
||||
Wings will also need to be running on HTTPS.
|
||||
* If using HTTPS for Wings, make sure that the certificates have not expired.
|
||||
|
||||
### More Advanced Debugging Steps
|
||||
* Stop Wings and run `wings --debug` to see if there are any errors being output. If so, try resolving them manually,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user