mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #3969] [emerg] cannot load certificate #2594
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bluscream on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3969
Checklist
jc21/nginx-proxy-manager:latestdocker 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
@totorus commented on GitHub (Sep 21, 2024):
Same bug, same errors.
@biscottiman commented on GitHub (Sep 23, 2024):
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 bashmkdir /etc/letsencrypt/live/npm-3cp /etc/letsencrypt/live/npm-5/fullchain.pem /etc/letsencrypt/live/npm-3/fullchain.pemcp /etc/letsencrypt/live/npm-5/privkey.pem /etc/letsencrypt/live/npm-3/privkey.pemexitdocker 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.
@github-actions[bot] commented on GitHub (May 18, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍