mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #1350] Internal Error - Letsencrypt new certificate #1070
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#1070
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 @tauchvogel on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1350
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Using NPM on a fresh and new Raspi 4 with new DietPi and Docker and Docker-Compose. Everytime I try to receive a new letsencrypt certificate for one of the domains. But there is still an error
Nginx Proxy Manager Version
2.9.8
Expected behavior
This Error is displayed after trying to receive a new letsencrypt certificate:
Error: Command failed: certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-6" --agree-tos --authenticator webroot --email "xyz@gmail.com" --preferred-challenges "dns,http" --domains "xyz.duckdns.org"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Operating System
DietPi ( new installation)
@chaptergy commented on GitHub (Aug 26, 2021):
This has nothing to do with NPM. As the error message says, certbot has a fair use limit. And it seems too many people have issued a certificate for a duckdns domain. As the linked letsencrypt docs say, you are only allowed 50 certificates per week per domain. And in your case your domain is duckdns.org. So you either need to wait and have more luck in a few days or get your own domain.