Trying to install LiteSpeed, but cert error while downloading .tar package from server

#1
I'm running cPanel on Cloudlinux, so after installing trial version on latest release via cPanel Plugin, got error while downloading.
So I try to diag, run command:
Bash:
wget https://www.litespeedtech.com/packages/5.0/lsws-5.3.8-ent-x86_64-linux.tar.gz.2
got below error:
Bash:
--2019-05-31 06:08:15--  https://www.litespeedtech.com/packages/5.0/lsws-5.3.8-ent-x86_64-linux.tar.gz.2
Resolving www.litespeedtech.com (www.litespeedtech.com)... 52.55.120.73
Connecting to www.litespeedtech.com (www.litespeedtech.com)|52.55.120.73|:443... connected.
ERROR: no certificate subject alternative name matches
        requested host name ‘www.litespeedtech.com’.
To connect to www.litespeedtech.com insecurely, use `--no-check-certificate'.
It seems that my server could not recognize let's encrypt wildcard certificate on www.litespeedtech.com.
How can I fix that?
 
Last edited:

Unique_Eric

Administrator
Staff member
#2
Hi,

Did it work yet? Seems I don't have the issue on my public test server.

Can you try with --no-check-certificate with wget?
Bash:
wget --no-check-certificate https://www.litespeedtech.com/packages/5.0/lsws-5.3.8-ent-x86_64-linux.tar.gz.2
Best
 
Last edited by a moderator:
Top