mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #741] Error when trying to generate SSL certificate #630
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#630
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 @r0zzy5 on GitHub (Nov 24, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/741
I am trying to generate an SSL certificate for a subdomain using v2.7.1. If I select a DNS challenge using Cloudflare, I get the following error:
If I instead try a HTTP challenge, I get the following error:
I used the following docker-compose.yml:
@jc21 commented on GitHub (Nov 25, 2020):
It looks as though the docker container doesn't have access to a functioning DNS server - or the DNS server is not giving you an address for its requests.
You could try entering the container and testing it's network connectivity:
Maybe it has something to do with the disabling of ipv6, my setups have ipv6 enabled.
@anselal commented on GitHub (Jan 1, 2021):
@jc21 I used the config from https://nginxproxymanager.com/setup/ where IPV6 is enabled and still have problems issuing a certificate
@Eliam077 commented on GitHub (Apr 11, 2023):
hi ,
do you have more info ?
i have the same issue