Problem webserver SSL

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
65
I've installed openlitespeed and i can't get work SSL.

Openlitespeed not listen port 443

Looking for logs and openlitespeed config check give me this.

Code:
2022-08-05 15:10:57.762694 [ERROR] [757170] Path for certificate file is invalid: /usr/local/lsws/ssl.crt/server.crt
2022-08-05 15:10:57.763481 [ERROR] [757170] Path for certificate file is invalid: /usr/local/lsws/ssl.crt/server.crt

I try it to reinstall remove server.crt and server.ca to script generate again and still give me an error

This is a bug?

Code:
./build openlitespeed
Found /usr/local/directadmin/custombuild/openlitespeed-1.7.16.tgz
Installing OpenLiteSpeed 1.7.16...
Enabling litespeed in systemd...
Checking to ensure /usr/local/lsws/ssl.crt/server.ca is set.
Downloading new generic server.ca ...
########################################################################################################################################################################################################################################### 100.0%
Using 1.2.3.4 for your server IP
Generating a RSA private key
..........+++++
...................................................................................+++++
writing new private key to '/usr/local/lsws/ssl.key/server.key'
-----
Restarting OpenLiteSpeed.
litespeed.service is not active, cannot reload.
Installation of OpenLiteSpeed 1.7.16 is now complete.
Admin panel address: http://domain.com:7080. Please make sure that port 7080 is open in firewall. Panel is read-only.
 
Back
Top