- Minor
Enabled ssl with Unraid connect settings by mistake. diabled. config is stuck. unraid is listening and nginx is bound to 443:
root@CASASERVER:~# lsof -i :443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 8544 root 10u IPv4 15985 0t0 TCP CASASERVER:https (LISTEN)
nginx 14358 root 10u IPv4 15985 0t0 TCP CASASERVER:https (LISTEN)
uninstalled tailscale reboot - no change
unsinstalled URConnect reboot no change
kill all nginx, delete certs, remove configs reboot and it all comes back as:
root@CASASERVER:~# lsof -i :443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 8544 root 10u IPv4 15985 0t0 TCP CASASERVER:https (LISTEN)
nginx 14358 root 10u IPv4 15985 0t0 TCP CASASERVER:https (LISTEN)
443 port conflict is blocking access to services via traefik on another machine.