Issue with renew ssl

Mattpl

Verified User
Joined
Jun 28, 2017
Messages
84
Location
ZS
I have problem with renew ssl cert for 3 of 4 domains.
Trying to debug with mode800 and run manually renew, have error

Code:
Ssl::use_letsencrypt(ConfigFile &cf, action='renew'): calling command: /usr/local/directadmin/scripts/letsencrypt.sh renew 'jestpraca.pl' 4096 /usr/local/directadmin/data/users/jestpraca/domains/jestpraca.pl.san_config /var/www/html
execute('/usr/local/directadmin/scripts/letsencrypt.sh renew 'jestpraca.pl' 4096 /usr/local/directadmin/data/users/jestpraca/domains/jestpraca.pl.san_config /var/www/html', maxsize=161, fd=1, env=0)
Ssl::use_letsencrypt(ConfigFile &cf, action='renew'): letsecnrypt_post.sh
Error renewing certificate for jestpraca.pl: Requesting new certificate order...
Processing https://acme-v02.api.letsencrypt.org/acme/authz-v3/2262081990...
Processing authorization for jestpraca.pl...
Waiting for domain verification...
Let's Encrypt was unable to verify the challenge. Unable to update challenge :: authorization must be pending. Exiting...
<br>


Someone have something simillar?

Please close, problem with httpd.conf for this 3 of 4 domains
 
Last edited:
Note: Registering a new ACME account *did not work*.

Are Let's Encrypt interactions by DirectAdmin logged anywhere?
 
Just for completeness, we got our issue fixed. The site had access restrictions implemented via .htaccess so Let's Encrypt could not access things to renew the certificate.
 
Back
Top