I’m using the webroot method to retrieve the certificates. It showed the following error:
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: c0209.com
Type: connection
Detail: DNS problem: query timed out looking up A for c0209.com
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
- The following errors were reported by the server:
Domain: www.c0209.com
Type: unknownHost
Detail: No valid IP addresses found for www.c0209.com
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
CNAMES are totally permitted, but it looks like there are some other problems with your DNS records. For example, some IP addresses of your nameservers ns1.dns.com and ns2.dns.com often time out and return no answer to queries, and they may also be missing a SOA record. Maybe you could use some online DNS testing tools to try to understand what the problem is, or switch the domain to use a different nameserver?
I don’t know if this is specifically why it’s not working for you, but in general you can’t (or shouldn’t) use a CNAME record for a domain apex (such as c0209.com). This isn’t a Let’s Encrypt restriction; it’s a limitation of DNS in general. You can however use a CNAME for the www subdomain and it should work just fine with Let’s Encrypt (assuming your DNS isn’t otherwise broken, of course).
According to my knowledge, DNS-01 challenge needs to create some txt records in the zone. However, those zones are not in our control, that’s why we used domain cnames.
Hi, I tried dig’ing on a few servers. Seems ns2.dns.com responded in a reasonable time.
The servers I tried are located in Asia. Is it possible that there are some issues with the cache servers in the north America ?
@cpu@jsha, what do you think? It seems to me that ns2.dns.com is physically located in China (at three different IP addresses) and requests to any from the U.S. seem to time out (which is kind of odd because it’s possible to ping it).