Installation show download error

Shan

New Member
#1
Good day,

I was installing Litespeed it first showing Issued certificate has expired, so I continue with "--no-check-certificate" in wget

Later on when I run the installation, with command
#chmod a+x lsws_whm_autoinstaller.sh
#./lsws_whm_autoinstaller.sh <serial I get from purchasing>

below are logs
=================================
Serial Number is
PHP_SUEXEC = 2
Apache Port Offset = 1000
Admin User = admin
Admin Password = a1234567
Admin Email = root@localhost
EasyApache Integration = 1
Auto Switch to LiteSpeed = 0
Deploy LSCache for WordPress = 0
Auto install LiteSpeed Web Cache Manager user-end cPanel plugin = 1


... Detecting platform ...
Platform is -x86_64-linux

... Query latest release version ...
Lastest stable version is 6.0.9

mkdir: created directory '/usr/src/lsws'
Download directory created
... Downloading ... https://www.litespeedtech.com/packages/6.0/lsws-6.0.9-ent-x86_64-linux.tar.gz.2
**ERROR** error when downloading ... abort!
 

Pong

Administrator
Staff member
#2
As of September 30th, 2021, the DST Root CA X3 certificate that is used in the chain of trust for Let's Encrypt expires causing clients that do not recognize ISRG Root X1 to fail security checks when accessing sites that use Let's Encrypt for their SSL provider. This issue leads to lsup.sh upgrade fail and LSWS admin console upgrade fail.

On servers running CentOS or CloudLinux 7 or higher, this has been addressed with the most recent operating system. Please run the following:

yum update ca-certificates

For server's running CloudLinux 6, you can update the necessary package by using the following command:

yum update openssl* --enablerepo=cloudlinux-rollout-3-bypass


The details about this issue can be found in the following post made by Let's Encrypt about this issue.

https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
 
Top