Open Bluscream opened 2 months ago
Same bug, same errors.
Had the same issue. Turns out this is caused by proxy hosts I had which were still trying to load the SSL which was deleted. Was able to resolve it with:
docker exec -it nginx-app-1 bash
mkdir /etc/letsencrypt/live/npm-3
cp /etc/letsencrypt/live/npm-5/fullchain.pem /etc/letsencrypt/live/npm-3/fullchain.pem
cp /etc/letsencrypt/live/npm-5/privkey.pem /etc/letsencrypt/live/npm-3/privkey.pem
exit
docker compose restart
(if using docker compose and currently in the directory containing your docker compose file)After that I was able to access the webui and remove the proxy hosts that were causing the issue. Remember to go back and clean up the files you created previously.
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug can be seen in the log below
Nginx Proxy Manager Version
2.11.3
To Reproduce Steps to reproduce the behavior:
Expected behavior new cert
Screenshots
Operating System raspbian latest
Additional context