Renew showing 404

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.

My domain is: https://drrajudavisinternationalschool.com/

I ran this command: sudo certbot --apache certonly -d www.drrajudavisinternationalschool.com -d drrajudavisinternationalschool.com --dry-run

It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Cert is due for renewal, auto-renewing...
Simulating renewal of an existing certificate for www.drrajudavisinternationalschool.com and drrajudavisinternationalschool.com
Performing the following challenges:
http-01 challenge for www.drrajudavisinternationalschool.com
http-01 challenge for drrajudavisinternationalschool.com
Waiting for verification...
Challenge failed for domain www.drrajudavisinternationalschool.com
http-01 challenge for www.drrajudavisinternationalschool.com
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:

My web server is (include version): Server version: Apache/2.4.46 ()
Server built: Aug 24 2020 18:54:20

The operating system my web server runs on is (include version): Amazon Linux 2

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.10.1

1 Like

Hi @jishcem,

Could you please share the output of:

sudo httpd -t -D DUMP_VHOSTS
1 Like

Hi @_az

here it is,

[ec2-user@ip-xxx-xx-xx ~]$ sudo httpd -t -D DUMP_VHOSTS | grep drrajudavis
port 443 namevhost drrajudavisinternationalschool.gjschool.xyz (/etc/httpd/conf.d/vhosts-le-ssl.conf:2)
alias www.drrajudavisinternationalschool.com
port 443 namevhost drrajudavisinternationalschool.com (/etc/httpd/conf.d/vhosts-le-ssl.conf:83)
default server drrajudavisinternationalschool.gjschool.xyz (/etc/httpd/conf.d/vhosts.conf:1)
port 80 namevhost drrajudavisinternationalschool.gjschool.xyz (/etc/httpd/conf.d/vhosts.conf:1)
port 80 namevhost drrajudavisinternationalschool.com (/etc/httpd/conf.d/vhosts.conf:17)

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