SSL is not working

#1
SSL is not working on the main domain, but it is working on the child domains.

I have two other Ubuntu servers with the same set up that are working correctly and I compared the settings in the LiteSpeed user interface and everything is exactly the same.

I updated Cyber Panel to the latest release.

I did "sudo apt update" and everything is up to date
 
Last edited:
#2
I fixed it... Maybe this will help someone.

It was a CyberPanel issue.

I had to add this code at the end of the vHost Conf inside of the CyberPanel dashboard


context /.well-known/acme-challenge {
location /usr/local/lsws/Example/html/.well-known/acme-challenge
allowBrowse 1

rewrite {

}
addDefaultCharset off

phpIniOverride {

}
}


I found out how to do it with this excellent SSL troubleshooting guide for people using CyberPanel and LiteSpeed
https://community.cyberpanel.net/t/how-to-fix-ssl-issues-in-cyberpanel/90
 
Top