Background:
Below I have my information listed.
I am having trouble because if I go to my domain online with HTTP, I get the welcome to the Nginx page. So the name servers are working, and I know this because I configured the Route 53 with GoDaddy to work.
My Nginx configuration is as follows:
server {
listen 80;
server_name christianboatersassociation.com www.christianboatersassociation.com;
location /.well-known/acme-challenge/ {
root /var/www/letsencrypt;
}
location / {
return 301 https://$server_name$request_uri;
}
}
I then went through the CertBot process: Certbot Instructions | Certbot
And it is causing a failed to authenticate error below. I am completely lost of how to continue. I am following the tutorials exactly.
Here is my route 53:
My domain is: http://christianboatersassociation.com/
I ran this command: sudo certbot --nginx
It produced this output:
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
Requesting a certificate for christianboatersassociation.com and www.christianboatersassociation.com
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: christianboatersassociation.com
Type: dns
Detail: DNS problem: SERVFAIL looking up A for christianboatersassociation.com - the domain's nameservers may be malfunctioning; DNS problem: SERVFAIL looking up AAAA for christianboatersassociation.com - the domain's nameservers may be malfunctioning
Domain: www.christianboatersassociation.com
Type: dns
Detail: DNS problem: SERVFAIL looking up CAA for christianboatersassociation.com - the domain's nameservers may be malfunctioning
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.```
My web server is (include version): Nginx
The operating system my web server runs on is (include version): Unbuntu 20.0
My hosting provider, if applicable, is: GoDaddy
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): AWS
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.10.0