I am trying to install NextCloud in a docker container on an Alpine Linux VM.
I am getting the below error, but can confirm that there is an A record for winton.dmac.au. Is there a reason this might be happening? Which DNS server is LE checking for a record?
My domain is: winton.dmac.au
I ran this command:
It produced this output:
{"level":"error","ts":1681269506.0030339,"logger":"http.acme_client","msg":"challenge failed","identifier":"winton.dmac.au","challenge_type":"tls-alpn-01","problem":{"type":"urn:ietf:params:acme:error:dns","title":"","detail":"DNS problem: NXDOMAIN looking up A for winton.dmac.au - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for winton.dmac.au - check that a DNS record exists for this domain","instance":"","subproblems":}}
My web server is (include version): Apache (via nextcloud docker)
The operating system my web server runs on is (include version): Alpine Linux
My hosting provider, if applicable, is: Self hosted
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): unknown
I'm also seeing no DNS record for that name in public DNS. @dmac_au, is it possible that you have an entry for this name in a hosts file or a private DNS server, but not in public DNS as seen by the rest of the Internet?