I have a problem I cant update the cert of one of my domains 'salesessentials.com'
I tried to find some help via google/stackoverflow/forums, but cannot fix it.
All other certs work, just not this one.
I did some dry runs to find out in the logs what the problem might be.
Note the server has NO IPV6 at all, only IPV4
Also I can resolve the domain on another server quite happily, I know the DNS works
dig -t A salesessentials.com
;; QUESTION SECTION:
;salesessentials.com. IN A
;; ANSWER SECTION:
salesessentials.com. 85567 IN A 101.0.80.37
It looks like certbot seems to think there is an IPV6 available, but I know there is NOT:
dig -t AAAA salesessentials.com
;; QUESTION SECTION:
;salesessentials.com. IN AAAA
;; AUTHORITY SECTION:
salesessentials.com. 2614 IN SOA ns1.aussiedns.net.au. hostmaster.salesessentials.com. 2024032157 14400 1800 1209600 3600
In the apache httpd.conf AND ssl.conf files I turned OFF ipv6 with Listen 0.0.0.0:80 and Listen 0.0.0.0:443 respectively.
Certname (contains both the com.au and com versions)
www.salesessentials.com.au
My domain is:
I ran this command (the cert contains the domain in question):
certbot renew --cert-name www.salesessentials.com.au --dry-run
It produced this output (I cut the other lines):
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: salesessentials.com
Type: dns
Detail: DNS problem: SERVFAIL looking up A for salesessentials.com - the domain's nameservers may be malfunctioning; no valid AAAA records found for salesessentials.com
Domain: salesessentials.com.au
Type: dns
Detail: DNS problem: SERVFAIL looking up CAA for salesessentials.com.au - the domain's nameservers may be malfunctioning
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.
My web server is (include version):
Apache/2.4.37 (AlmaLinux)
The operating system my web server runs on is (include version):
AlmaLinux 8.9
My hosting provider, if applicable, is:
Digital Pacific
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 2.11.0