Hello, I have a server that is now more than a year old, the certificate was automatically renewed without any problem even if I remember that it bothered me at first. The certificate was not renewed, I did everything, but I can't do it. NEED HELP PLEASE
My domain is: apisnix-crm.com
I ran this command: certbot renew
It produced this output:
===≈====================
certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/apisnix-crm.com.conf
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for apisnix-crm.com
Using the webroot path /srv/www/htdocs for all unmatched domains.
Waiting for verification...
Challenge failed for domain apisnix-crm.com
http-01 challenge for apisnix-crm.com
Cleaning up challenges
Attempting to renew cert (apisnix-crm.com) from /etc/letsencrypt/renewal/apisnix-crm.com.conf produced an unexpected error: Some challenges have failed.. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/apisnix-crm.com/fullchain.pem (failure)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/apisnix-crm.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: apisnix-crm.com
Type: connection
Detail: 151.236.39.57: Fetching
https://151.236.39.57/.well-known/acme-challenge/B0-WxwFEl3IALuLQXm5swnCmStvHrZWl1mPZwq0AfyM:
Invalid host in redirect target "151.236.39.57". Only domain names
are supported, not IP addressesTo fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
===============================
My web server is (include version): vicidial (opensuse 15.2)
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
My certbot version is: 1.4.0
I try:
certbot renew
Certbot certonly --webroot
certbot renew --force-renewal --cert-name apisnix-crm.com --dry-run
certbot renew -a webroot -w /var/www/html --dry-run
certbot -d apisnix-crm.com --force-renewal
certbot renew --preferred-challenges -d
certbot run -a webroot -i apache -w /srv/www/htdocs -d apisnix-crm.com --debug-challenges
certbot certonly --cert-name apisnix-crm.com
certbot rollback
certbot renew --break-my-certs
certbot renew --quiet
certbot renew --force-renewal --cert-name apisnix-crm.com --dry-run
Thank you in advance