mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1018] Problems in renewing certificates #857
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#857
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 @trenetics on GitHub (Apr 14, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1018
Describe the bug
Im having some trouble renewing certs with CloudFlare DNS Token. If i try to renew my certs manually it works, but takes a couple of minutes and the UI times out.
Auto renewals fail:
If i try to renew one of the above certs manually: (it works, but extremely slow)
I get a time out in UI: (but the cert, renews in background)
Operating System
Ubuntu Docker - Latest image of NPM pulled
Any ideas?
@jonasled commented on GitHub (Apr 16, 2021):
I had the same problem, it looks like certbot shippped with alpine is a older version, which isn't anymore supported. I've switched in my custom container to a install via pip and then everything works again. (https://gitlab.jonasled.de/jonasled/nginx-proxy-manager-dark/-/blob/master/docker/Dockerfile)
@jonasled commented on GitHub (May 8, 2021):
Interesting news. I had the problem again on the new debian based container and after executing
certbot renewby hand and restarting the container it worked