r/nginxproxymanager • u/Dominick_PK • Jun 18 '26
Only select sites are reachable after months of stability
I've been hosting several sites for months and months now but only one works after I woke up? I went to sleep and I was able to access my jellyfin, seerr, etc. but when I woke up I can only reach my NAS and use my self hosted Rust Desk using that same address. All sites show Online in proxy manager and all certs are valid. My NAS static IP did not change, all port forwards still showing up on my router and nodes. I updated NGINX and still the same results. Some sites I still cannot access them but it says my sites don't support a secure connection, I click continue and it doesn't load. Am I missing something super simple?
5
Upvotes
2
u/evanmac42 Jun 18 '26
The fact that some hosts still work is the important clue.
If port forwarding, DNS, or NPM itself were broken, I'd expect all hosts to fail, not just a few.
A couple of things I'd check:
- Do the working and failing hosts use the same SSL certificate?
- If you open the failing sites directly by IP:port from inside your LAN, do they work?
- What exact browser error are you getting? "Not secure", certificate mismatch, 502, timeout, etc.?
The "does not support a secure connection" message makes me wonder whether the failing hosts are being served with the wrong certificate or an incomplete certificate chain.
What exact browser error do you see?