mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #81] Local domains / custom domains stopped working #73
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#73
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 @dogmatic69 on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/81
I've been using this for my home automation and using
homeas a tld with bind server locally. This was working great until the last week or so, now I can no longer create certs for domains likefoo.home.After digging in the code (there is only a generic
internal errorpopup in the UI) it seems that the domain needs to respond with some sort of endpoint to prove it exists. Any reason for this change?This makes it really difficult to have certificates locally as now I would need to set up a fake service somewhere publicly to serve this endpoint just so that the certificate "validation" will pass.
@jc21 commented on GitHub (Feb 25, 2019):
I assume you mean LetsEncrypt certs created through this application. In that case, you should never have been able to do so. If letsencrypt servers can't reach
foo.homeon your public ip and dns records, with ports open to Nginx Proxy Manager, you won't get a certified letsencrypt cert period.This has been the case from day 1 - this is not a new change. If you want fully valid certified certs for privately hosted DNS records on your network, I don't think you're going to get it from any Certificate Authority.
@dogmatic69 commented on GitHub (Feb 25, 2019):
It's 100% has worked previously. I'll find another way then.