mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1220] Certification and renewal 2.9.4 #996
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#996
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 @batmatjojojo on GitHub (Jul 5, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1220
Hello,
Since the 2.9.4 update, I no longer have new certificates and renew them.
My Nginx proxy manager is under a docker
Attached you will find the error message:
Thanking you in advance for your help
Best regards
@batmatjojojo commented on GitHub (Jul 6, 2021):
Hello,
Does anyone have the same problem as me? I have several Nginx proxy manager on several infra, and the problem is the same.
Thanking you in advance for your help.
Best regards
@Haringstad commented on GitHub (Jul 6, 2021):
I've got similair issue on multiple nginx-proxy-manager systems using ispconfig-dns:
@danner26 commented on GitHub (Jul 6, 2021):
I have this issue on 2.9.4 as well (trying to issue a new SSL cert) running via Docker on Alpine linux. Using Google DNS
@danner26 commented on GitHub (Jul 6, 2021):
So I was able to track down in my instance, the JSON issue is at the \n in the private key
Appears to be related to https://stackoverflow.com/questions/22394235/invalid-control-character-with-python-json-loads
@jc21
@danner26 commented on GitHub (Jul 6, 2021):
For anyone having the same issue as me with a JSONDecodeError, if you escape the newlines yourself (change
\nto\\n) will fix the issueLooks like in the codebase we need to change
json.loadsto addstrict=False@Sevea commented on GitHub (Jul 10, 2021):
Same here, no renewal possible (internal error) :/
@borland502 commented on GitHub (Sep 18, 2021):
Jesu Christo that was annoying to track down. Thank you @danner26 for the assist.