Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:

This is my first time trying create a web server.

Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: www.allincomputers.com
Type: dns
Detail: no valid A records found for www.allincomputers.com; no valid AAAA records found for www.allincomputers.com

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 domain is: www.allincomputers.com

I ran this command: sudo certbot --apache

It produced this output: Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: www.allincomputers.com
Type: dns
Detail: no valid A records found for www.allincomputers.com; no valid AAAA records found for www.allincomputers.com

My web server is (include version): apache latest version

The operating system my web server runs on is (include version): ubuntu server 22.04.3 LTS

My hosting provider, if applicable, is: domain parked at GoDaddy.com
Hosting in my ubuntu server ip 192.168.4.25

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):

Did you perhaps also point your domain name to that specific private IP address previously? Because currently I'm seeing the IP address 75.11.217.150, but that shouldn't have caused this specific error. Did you change it recently by any chance?

2 Likes

yes, trying to make work. but now the error is different the say: Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: www.allincomputers.com
Type: connection
Detail: 75.11.217.150: Fetching http://www.allincomputers.com/.well-known/acme-challenge/hzK7IAIjl-H4vf-qEJce_M6ax9B1GAm5anLXBtmySeE: Timeout during connect (likely firewall problem)

I try ChatGPT solutions, in this moment

before, with the private Ip I can see the wordpress page from the browser, now Have error message can't reach this page
Thank you very much for answer

Port 80 needs to be open for the http-01 challenge to work.

2 Likes

Osiris Thank you so much for take the time for help me out. I already solve the problem. Was as you say port open was not open. Now I will work in activate the certificate. Hope do not have problem due. again Thank you so much

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.