Skip to main content


!Self Hosted - Self-hosting your services. So I got a warning that nginx proxy manager hadn't been renewing my certificates for a while tonight.

Tried to renew them manually.

It broke, everywhere, badly. Ended up reinstalling from scratch, even on a different machine, but it Would Not Work. Kept throwing internal NPM errors.

Is it currently broken? I've resorted to a manual nginx config for now. but it's not ideal. Anyone else seeing flakiness from nginx proxy manager?

in reply to Sarah Brown

I had a similar problem - the auto-renew didn't work.

My setup had nginx proxy manager running on an unRaid box using macvlan network, and connected to unifi switching. What the problem was for me was the NPM box wasn't able to get external network connectivity so like you I ended up reinstalling it all over again.

Problem kept happening, so in the end I just ditched it all & went CaddyV2 and (touch wood) so far no problems.

This entry was edited (10 months ago)
in reply to Sarah Brown

Heh, mine's not so different, multiple subnets - plus Wireguard 😀

I don't exactly know why but in the end it was definitely a inter-vlan connectivity problem I kept hitting. The pain was trying to prove it out as the official Nginx Proxy Manager container for unraid didn't include anything like ping / traceroute etc.

in reply to Sarah Brown

Try turning off "force SSL" "HTTP/2" and "HSTS" then try to renew. If that works it's a known bug and there's a fix in this thread:

https://github.com/NginxProxyManager/nginx-proxy-manager/issues/396#issuecomment-1694749898

This entry was edited (10 months ago)
in reply to Sarah Brown

I had an issue like this, I actually shelled into the docker container and found that the process to upgrade was running but had stalled. So I killed it and then made a new request and it worked.