[GH-ISSUE #81] Local domains / custom domains stopped working #73

Closed
opened 2026-02-26 05:34:08 +03:00 by kerem · 2 comments
Owner

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 home as 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 like foo.home.

After digging in the code (there is only a generic internal error popup 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.

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 `home` as 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 like `foo.home`. After digging in the code (there is only a generic `internal error` popup 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.
kerem closed this issue 2026-02-26 05:34:08 +03:00
Author
Owner

@jc21 commented on GitHub (Feb 25, 2019):

I can no longer create certs for domains like foo.home

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.home on 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.

<!-- gh-comment-id:466832473 --> @jc21 commented on GitHub (Feb 25, 2019): > I can no longer create certs for domains like foo.home 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.home` on 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.
Author
Owner

@dogmatic69 commented on GitHub (Feb 25, 2019):

It's 100% has worked previously. I'll find another way then.

image

<!-- gh-comment-id:467190475 --> @dogmatic69 commented on GitHub (Feb 25, 2019): It's 100% has worked previously. I'll find another way then. ![image](https://user-images.githubusercontent.com/94674/53369717-1b4f7280-394c-11e9-89dd-a9b5ceb724cb.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#73
No description provided.