mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #2448] [Urgent] Certbot command fails when creating new SSL certificate using DNS challenge #1722
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#1722
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 @MelvynEzi on GitHub (Dec 3, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2448
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
When creating an SSL certificate using DNS challenge, this error appears:
Nginx Proxy Manager Version
2.9.19
To Reproduce
Steps to reproduce the behavior:
Expected behavior
SSL certificate created and shown under 'SSL Certificates'
Screenshots
N/A
Operating System
RaspberryPi OS Lite Bullseye
Additional context
This commit have removed some deprecated code from Certbot, and the removal of 'ClientBase' causes NPM to break.
@eosti commented on GitHub (Dec 3, 2022):
A workaround can be found here in #2430
@MelvynEzi commented on GitHub (Dec 4, 2022):
Can confirm workaround works. Hoping for a fix on NPM end.