DNS problem: NXDOMAIN looking up A for <my.domain>

My domain is: hoadonmediaone.evat.vn

I ran this command: certbot certonly

It produced this output:
Domain: hoadonmediaone.evat.vn
Type: dns
Detail: During secondary validation: DNS problem: NXDOMAIN looking
up A for hoadonmediaone.evat.vn - check that a DNS record exists
for this domain; no valid AAAA records found for
hoadonmediaone.evat.vn

My web server is (include version): Nginx

The operating system my web server runs on is (include version): CenOS7

My hosting provider, if applicable, is:

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): certbot 1.11.0

Welcome @PhatHT

Your DNS is not setup correctly. I do not have any specific suggestions for fixing it. But, you have two DNS servers listed but only "name0" replies with an IP address.

Let's Encrypt may use either one so both must reply with the correct IP.

dig +noall +answer A hoadonmediaone.evat.vn @name0.vonlinedns.com.
hoadonmediaone.evat.vn. 3600    IN      A       103.252.1.230

dig +noall +answer A hoadonmediaone.evat.vn @name1.vonlinedns.com.
(no reply)
5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.