mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #2800] Internal Error: when creating a new ssl certificate UBUNTU v18/v20 & DEBIAN v11 #1924
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#1924
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 @KodekaTeamOfficial on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2800
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Internal Error: when creating a new ssl certificate
so, i will add my subdomain and when will create ssl in SSL TAB with modal. i can't create and add new ssl.
in addition, on the SSL Certificate TAB.
I also can't create a new Certificate.
when I try to test 'Test Server Reachability' it always shows the response 'Communication with the API failed, is NPM running correctly?'
and when I force to save, I get an error log like this:
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name " npm-6" --agree-tos --authenticator webroot --email "email@gmail.com" --preferred-challenges "dns,http" --domains "sub.domain.my.id"
Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
Nginx Proxy Manager Version
V2.10.2 -> before
Operating System
I am using UBUNTU v18 and v20 operating system.
and DEBIAN v11
@andzejsp commented on GitHub (Apr 7, 2023):
smells awfully like #2713
@KodekaTeamOfficial commented on GitHub (Apr 8, 2023):
updates!
after I searched, it turns out this is not a bug.
Turns out I haven't pointed the public IP to Cloudflare DNS correctly.
And now, I've managed to do well.
Thank you, and I permission to close this thread