SSL renewal is not happening while openlitespeed in running state

jegan

New Member
#1
Hello,

SSL renewal is not happening while openlitespeed in running state

once I stop openlitespeed , SSL renew is happening . But we can't do that, because this is our production server. So we can't stop for every time for SSL renewl.
We are having more than 100 websites are running.

SERVER CONFIGURATION DETAILS:

OS : centos 7
[root@wp1 ~]# certbot --version
certbot 1.6.0

[root@wp1 ~]# /usr/local/lsws/bin/lshttpd -v
LiteSpeed/1.6.13 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.3

I am running this commands for Renewal SSL:

/usr/local/letsencrypt/./certbot-auto renew
#/usr/local/letsencrypt/./certbot-auto renew --apache


We are getting the following error when we try to renew the SSL while openlitespeed running.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/agriown.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for agriown.com
http-01 challenge for www.agriown.com
Using the webroot path /home/agri51/public_html for all unmatched domains.
Unable to change owner and uid of webroot directory
Waiting for verification...
Challenge failed for domain agriown.com
Challenge failed for domain www.agriown.com
http-01 challenge for agriown.com
http-01 challenge for www.agriown.com
Cleaning up challenges
Attempting to renew cert (agriown.com) from /etc/letsencrypt/renewal/agriown.com.conf produced an unexpected error: Some challenges have failed.. Skipping.
 
Top