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: admin.wizpms.com
I ran this command:sudo certbot renew --debug-challenges
It produced this output: See below
My web server is (include version): Apache
The operating system my web server runs on is (include version): Ubuntu 18.04.5 LTS
My hosting provider, if applicable, is: Justhost
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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
ubuntu@ip-172-31-44-194:/var/backups$ sudo certbot renew --debug-challenges
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/admin.wizpms.com.conf
Renewing an existing certificate for admin.wizpms.com and 8 more domains
Challenges loaded. Press continue to submit to CA.
Pass "-v" for more info about challenges.
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: admin.wizpms.com
Type: unauthorized
Detail: Invalid response from https://admin.wizpms.com/.well-known/acme-challenge/2S16kTyynnq2ANO-VAeyoBrxXRvzXoIOTu8sQzDuuCA [52.14.105.212]: 404
Domain: axis.wizpms.com
Type: unauthorized
Detail: Invalid response from https://axis.wizpms.com/.well-known/acme-challenge/x9pK06pxV2zilAEQjmaVzq5JJlXTdsQ9DwsAPgvXNkA [52.14.105.212]: 404
Domain: borrelli.wizpms.com
Type: unauthorized
Detail: Invalid response from http://borrelli.wizpms.com/.well-known/acme-challenge/W6Mw80GXwXMhsBuvAJ85Livxe3HAtqGnSvN2j6agA5w [52.14.105.212]: 404
Domain: capella.wizpms.com
Type: unauthorized
Detail: Invalid response from https://capella.wizpms.com/.well-known/acme-challenge/g_p6YJuOKhIFFkpeiE9Luypy25Zf2iDBLFZ5l2ly4ro [52.14.105.212]: 404
Domain: r2r.wizpms.com
Type: unauthorized
Detail: Invalid response from http://r2r.wizpms.com/.well-known/acme-challenge/gIewdfL4m6tkbKt7QZY8CCRQcUoV6GxEZfy4TSkPfPI [52.14.105.212]: 404
Domain: rajan.wizpms.com
Type: unauthorized
Detail: Invalid response from http://rajan.wizpms.com/.well-known/acme-challenge/aDBI0e-v8Hbv9AzzO90Rtg2QOmilsXhWC-jeJhhZLAM [52.14.105.212]: 404
Domain: ravi.wizpms.com
Type: unauthorized
Detail: Invalid response from http://ravi.wizpms.com/.well-known/acme-challenge/nA19Sbz_7a2sr4jG2X_5pBkmQlLBqjND62h9iT6Q608 [52.14.105.212]: 404
Domain: sas01.wizpms.com
Type: unauthorized
Detail: Invalid response from http://sas01.wizpms.com/.well-known/acme-challenge/m5gQGgLSPrzV-gizndXORSViinyY16v7inpu5Ta1zBA [52.14.105.212]: 404
Domain: sprn.wizpms.com
Type: unauthorized
Detail: Invalid response from https://sprn.wizpms.com/.well-known/acme-challenge/7WJ9ebplKAwM-ZYvLk8hRM9tewGZxiF5wUdVirlVoD8 [52.14.105.212]: 404
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.
Failed to renew certificate admin.wizpms.com with error: Some challenges have failed.
Processing /etc/letsencrypt/renewal/axis.wizpms.com.conf
Renewing an existing certificate for axis.wizpms.com
Failed to renew certificate axis.wizpms.com with error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see Rate Limits - Let's Encrypt
Processing /etc/letsencrypt/renewal/ravi.wizpms.com.conf
Renewing an existing certificate for ravi.wizpms.com
Failed to renew certificate ravi.wizpms.com with error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see Rate Limits - Let's Encrypt
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/admin.wizpms.com/fullchain.pem (failure)
/etc/letsencrypt/live/axis.wizpms.com/fullchain.pem (failure)
/etc/letsencrypt/live/ravi.wizpms.com/fullchain.pem (failure)
3 renew failure(s), 0 parse failure(s)
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.
Any help?