Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Hi I am running an AWS EC2 instance with Ubuntu and attempting to setup https for my domain. The site is in early development and is accessible via the elastic ip setup: http://3.135.129.68/. It I try to ping the domain or curl the domain name I get information back so I fairly certain DNS is working properly, but I am still gettting the below error. Any help is greatly appreciated!!
My domain is:
checkplz.app
I ran this command:
sudo certbot --nginx -d checkplz.app -d www.checkplz.app
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for checkplz.app
http-01 challenge for www.checkplz.app
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. checkplz.app (http-01): urn:ietf:params:acme:error:dns :: DNS problem: SERVFAIL looking up A for checkplz.app - the domain’s nameservers may be malfunctioning, www.checkplz.app (http-01): urn:ietf:params:acme:error:dns :: DNS problem: SERVFAIL looking up A for www.checkplz.app -the domain’s nameservers may be malfunctioning
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: checkplz.app
Type: None
Detail: DNS problem: SERVFAIL looking up A for checkplz.app - the
domain’s nameservers may be malfunctioningDomain: www.checkplz.app
Type: None
Detail: DNS problem: SERVFAIL looking up A for www.checkplz.app -
the domain’s nameservers may be malfunctioning
My web server is (include version):
Not sure is this separate from the operating system the web server runs on? I am using the current version of nginx if that helps
The operating system my web server runs on is (include version):
Ubuntu 18.04.4 LTS
My hosting provider, if applicable, is:
GoDaddy hosts the domain and Amazon hosts the dns
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 0.31.0
Other Info
I saw this in on a different post and ran it, not really sure what to do with the information though.