mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #5349] all-inkl certbot DNS challenge: zone not found #3175
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#3175
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 @trininja2k on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5349
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I try to set one of my domains for local routing and SSL certs via wildcard with all-inkl, problem comes up, that it always throws "zone not found" errors.
Nginx Proxy Manager Version
2.14.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Add the dns records and work with them and issue a SSL certificate.
Operating System
Tried it on an RPI4, Debian Linux Desktop and a Debian VPS
Additional context
I don't know if this is important, but my domain ends with .or.at
@trininja2k commented on GitHub (Feb 25, 2026):
I tried around and everything with a first level TLD works just fine, but second level TLDs like .or.at and .co.uk and others do not work in any way. zone_not_found. I tested around a bit, the Kasserver API Playground from All-Inkl returns all domains without a problem, the problem sits in certbot-dns-kas with splitting the domains in the wrong way. kasserver is out, it works, certbot works too, the problem sits in certbot-dns-kas in "def _perfom", I tried around, but I am not skilled enough to find a solution to get it running and open a PR to the certbot-dns-kas repo.
@jc21 commented on GitHub (Feb 25, 2026):
Yeah this is already reported, albeit with less diagnostic information on the plugin itself: https://github.com/mobilandi/certbot-dns-kas/issues/3
@trininja2k commented on GitHub (Feb 25, 2026):
Yeah, that was also me, since no reaction was going on even when I provided logs over there and the error still comes up I thought this is the correct place to report. I did my tests with normal NPM, since I use NPM and NPM-plus and traced it down to this findings.