Can not renew Let's Encrypt ssl

hoangnam

Verified User
Joined
Dec 1, 2020
Messages
5
Hi support,

I run Directadmin with Openlitesped config on CentOS 7.8
When I renew SSL Let's Encrypt on Webadmin, got an issue with SSL issuing.

"
Challenge pre-checks for http://domain/.well-known/acme-challenge/letsencrypt_1606884018 failed... Command:
/usr/local/bin/curl --connect-timeout 40 -k --silent --resolve domain.com:80:45.119.214.195 --resolve domain.com:443:45.119.214.195 -I -L -X GET http://domain.com/.well-known/acme-challenge/letsencrypt_1606884018
Exiting.

I tries update Let's Encrypt, cUrl. edit DNS, fix: https://help.directadmin.com/item.php?id=646
But still error
 
What was the result of the following (make sure to replace domain.com with your domain!)?

Code:
cd /usr/local/directadmin/scripts/
staging=yes bash -x ./letsencrypt.sh request domain.com

And what about the results from these commands (again, replace domain with your domain..)?

Code:
echo "test" >> /var/www/html/.well-known/acme-challenge/test.txt
curl --resolve domain.com:80:45.119.214.195 --resolve domain.com:443:45.119.214.195 -I -L -k -X GET http://domain.com/.well-known/acme-challenge/test.txt
 
Back
Top