Hello, I got an issue with OpenLiteSpeed, getting long response times and issues with cloudflare giving "error 524: a time out ocurred". I'm trying to update OpenLiteSpeed to see if that helps with the issue, but the server doesn't seems to be able to connect to the litespeed repositories.
When I run:
apt-get upgrade openlitespeed
I get the following error for every file:
Err:1 http://rpms.litespeedtech.com/debian bionic/main amd64 lsphp70-common all 7.0.33-13+bionic
404 Not Found [IP: 51.68.59.108 80]
If I try to sign the key for the repo with (in verbose mode so it returns any information)
wget -vO - https://rpms.litespeedtech.com/debian/lst_repo.gpg | sudo apt-key add -
The server returns the following error
ERROR: cannot verify rpms.litespeedtech.com's certificate, issued by ‘CN=server13’:
Self-signed certificate encountered.
ERROR: certificate common name ‘server13’ doesn't match requested host name ‘rpms.litespeedtech.com’.
To connect to rpms.litespeedtech.com insecurely, use `--no-check-certificate'.
gpg: no valid OpenPGP data found.
Oddly enough I ran a IP check through https://ipinfo.info/html/ip_checker.php and the domain https://rpms.litespeedtech.com returns
IP Address: 34.210.113.18
But our server is trying to connect to IP: 51.68.59.108 80. When I ping to the server it does connect and get all the packages. If I open the domain in my local computer with the web browser it does open the repository.
I tried turning off the firewall and disabling every proxy, without any success.
Thanks a lot if anyone can help me with this issue, I'm running Ubuntu 18.04 and also got CyberPanel installed.
When I run:
apt-get upgrade openlitespeed
I get the following error for every file:
Err:1 http://rpms.litespeedtech.com/debian bionic/main amd64 lsphp70-common all 7.0.33-13+bionic
404 Not Found [IP: 51.68.59.108 80]
If I try to sign the key for the repo with (in verbose mode so it returns any information)
wget -vO - https://rpms.litespeedtech.com/debian/lst_repo.gpg | sudo apt-key add -
The server returns the following error
ERROR: cannot verify rpms.litespeedtech.com's certificate, issued by ‘CN=server13’:
Self-signed certificate encountered.
ERROR: certificate common name ‘server13’ doesn't match requested host name ‘rpms.litespeedtech.com’.
To connect to rpms.litespeedtech.com insecurely, use `--no-check-certificate'.
gpg: no valid OpenPGP data found.
Oddly enough I ran a IP check through https://ipinfo.info/html/ip_checker.php and the domain https://rpms.litespeedtech.com returns
IP Address: 34.210.113.18
But our server is trying to connect to IP: 51.68.59.108 80. When I ping to the server it does connect and get all the packages. If I open the domain in my local computer with the web browser it does open the repository.
I tried turning off the firewall and disabling every proxy, without any success.
Thanks a lot if anyone can help me with this issue, I'm running Ubuntu 18.04 and also got CyberPanel installed.