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. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
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 noskc.com and www.noskc.com
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache 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):
Apache/2.4.52
The operating system my web server runs on is (include version):
Ubuntu 22.04
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.21.0
That's a very old version of certbot (current is 2.80), but that probably isn't what's causing your problem. What I'm noticing is that noskc.com and www.noskc.com are resolving to different IP addresses. And if I dig a little further, I see that both IP addresses belong to noskc.com. Checking a bit futher, it appears they both serve a redirect to http://173.18.238.44/ This isn't going to work; you'll need to correct your DNS entries to point to your actual IP address.
AND...
A redirect changes the URL [in your address bar].
So, a redirect to: http://173.18.238.44/
Makes your request turn into HTTP [and to an IP - not a name].
[one is forcibly insecure, the other can't be secured via an LE cert]
MultipleIPAddressDiscrepancy
WARNING
noskc.com has multiple IP addresses in its DNS records. While they appear to be accessible on the network, we have detected that they produce differing results when sent an ACME HTTP validation request. This may indicate that some of the IP addresses may unintentionally point to different servers, which would cause validation to fail.
[Address=3.33.152.147,Address Type=IPv4,Server=ip-10-123-123-186.ec2.internal,HTTP Status=404] vs [Address=15.197.142.173,Address Type=IPv4,Server=ip-10-123-122-53.ec2.internal,HTTP Status=404]
With me correcting my DNS entries to point to my actual IP address does that mean disabling the goDaddy url redirect? I thought I was pointing it to the right ip address, but if I'm not then do I do that from the router specifically or do I need to go through the terminal to set the ip address?