SSL problem on port 8090 after upgrade of openlitespeed to 1.7.6

I just upgraded openlitespeed to v1.7.6 using yum.

Now, there is an SSL certificate error on port 8090. The SSL certificate served is self-signed. Port 8090 is not using the cert correctly configured for the hostname.

I notice that this script contains functions to fix this issue:

/usr/local/CyberCP/cyberpanel_upgrade.sh

Should I run this script?

I was able to solve this by restarting the lscpd server:

systemctl stop lscpd
systemctl start lscpd