mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #154] Certs are not Auto-Renewing #134
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#134
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 @pageb018 on GitHub (May 28, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/154
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Running latest version v2.0.13, none of my certs are auto-renewing.
To Reproduce
Steps to reproduce the behavior:
Add proxy host. Wait for cert renew
Expected behavior
SSL certs should auto-renew in before expiration.
Screenshots
Operating System
Additional context
Docker version - 18.09.6
@pageb018 commented on GitHub (May 28, 2019):
Seeing these errors in the logs...
@jc21 commented on GitHub (May 28, 2019):
Firstly, yes your certificates are renewing for the rest of your valid domains. If you navigate to those sites and view the SSL cert info, you'll see the expire date is different to the user interface.
When just one of the renewals fail, it doesn't continue to the next step which is to sync the dates of all the certs with the database.
The reason for one or more to fail is most likely due to a previous bug where deleting a certificate was not fully deleting it, meaning that it was attempting to renew even though the host didn't exist for it anymore.
Instructions to alleviate this broken certificate can be found in my latest comment in #109