#Port listening error 8443

17 messages · Page 1 of 1 (latest)

pallid bobcat
#

FATAL: [Mar 18 16:19:35.819] failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8443: bind: address already in use

Hi, can you tell me how to fix or see what port 8443 is already listening to?

foggy heathBOT
#

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.

pallid bobcat
#

2024/03/18 16:26:42 http: TLS handshake error from 45.12.237.10:52216: local error: tls: bad record MAC

foggy heathBOT
pallid bobcat
#

B2024/03/18 16:36:44 http: TLS handshake error from 91.107.18.248:63485: remote error: tls: unknown certificate

foggy heathBOT
pallid bobcat
#

2024/03/18 16:42:55 http: TLS handshake error from 45.12.237.10:59988: local error: tls: bad record MAC

foggy heathBOT
pallid bobcat
#

Where are Wings certificates stored?

clever cedar
#

how did you install panel

pallid bobcat
#

I have the panel installed on a separate Node, I installed it according to the instructions, everything worked, but I need to update the certificates... I have updated the NGINX certificates of the control panel, but in the console it says that the certificate on the server with wings has run out...

#

I installed everything according to the instructions...

#
clever cedar
#

the cert location depends on where certbot puts them.

pallid bobcat
#

I installed the cloudflare certificate

foggy heathBOT
#

Pterodactyl has features to enable use of proxies, however we cannot provide support for proxies as it adds great complexity to the application set up. Troubleshooting complex network setups involving tunnels and proxies is extremely difficult to do without access to that network. Supporting complex network issues is outside the scope of this support.