#failed to load server configurations error=http: request creation failed: Get "https://panel.glgrow.

1 messages · Page 1 of 1 (latest)

wraith helmBOT
#

@vocal mango Your Panel has not been configured to listen on port 443 and use an HTTPS connection, or it's currently unreachable.

If your Panel is running and reachable on HTTPS, try restarting the failed-count systemctl reset-failed wings && systemctl restart wings. Otherwise, look into your web server status and its configuration to ensure SSL configuration is being used.

wraith helmBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.