August 30, 2025Aug 30 Accidentally, through a pure brain fart, I turned on SSL at http://192.168.1.171/Settings/ManagementAccess#UnraidNetSettings.Realized after a head slap that it needs to stay off, as it conflicts with Cloudflared/Traefik and a bunch of services I access via the internet, so I turned it off again.The config says SSL is off but NGINX won’t let go.root@CASASERVER:~# lsof -i :443COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEnginx 65389 root 14u IPv4 110916 0t0 TCP CASASERVER:https (LISTEN)nginx 65389 root 15u IPv4 110917 0t0 TCP casaserver.almidalan:https (LISTEN)nginx 65389 root 16u IPv4 110918 0t0 TCP 100.85.18.43:https (LISTEN)nginx 65389 root 19u IPv6 110921 0t0 TCP localhost:https (LISTEN)nginx 65389 root 20u IPv6 110922 0t0 TCP [fd7a:115c:a1e0::1301:122f]:https (LISTEN)nginx 65390 root 14u IPv4 110916 0t0 TCP CASASERVER:https (LISTEN)nginx 65390 root 15u IPv4 110917 0t0 TCP casaserver.almidalan:https (LISTEN)nginx 65390 root 16u IPv4 110918 0t0 TCP 100.85.18.43:https (LISTEN)nginx 65390 root 19u IPv6 110921 0t0 TCP localhost:https (LISTEN)nginx 65390 root 20u IPv6 110922 0t0 TCP [fd7a:115c:a1e0::1301:122f]:https (LISTEN)node\x20/ 65916 root 29u IPv4 1111503 0t0 TCP casaserver.almidalan:32854->104.26.2.117:https (ESTABLISHED)tailscale 596647 root 11u IPv4 1067936 0t0 TCP casaserver.almidalan:58782->ec2-54-161-152-147.compute-1.amazonaws.com:https (ESTABLISHED)root@CASASERVER:~# Unraid is ignoring the ssl = "no" in configI have nuked the certs to get myself back up but I am not confident they wont get regenerated. I am on the 7.2 beta Appreciate any help on how to get this cleaned up properly Edited August 30, 2025Aug 30 by CALMSURF my typos
August 30, 2025Aug 30 Author even after ripping the certs out it just wont die....root@CASASERVER:~# lsof -i :443COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEnginx 9386 root 10u IPv4 17296 0t0 TCP CASASERVER:https (LISTEN)node\x20/ 10411 root 28u IPv4 19347 0t0 TCP casaserver.almidalan:51400->104.26.2.117:https (ESTABLISHED)tailscale 11425 root 11u IPv4 21922 0t0 TCP casaserver.almidalan:49178->ec2-54-161-152-147.compute-1.amazonaws.com:https (ESTABLISHED)nginx 16701 root 10u IPv4 17296 0t0 TCP CASASERVER:https (LISTEN)root@CASASERVER:~#
August 30, 2025Aug 30 Author Solution Opened in the beta channel and closing here. Got unstuck by changing ssl port for management to 6443.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.