SSL Test Error.

Today I’m Doing Some SSL Testing on My New SSL Certificate.
But I Got This Error:


i Didn’t See Any Option To Fix it on CyberPanel :frowning:
Please Help

what SSL cert you are using ?

you will need to add CA cert into your cert

I assume your cert file is look like this:

-----BEGIN CERTIFICATE-----
This is your end cert
-----END CERTIFICATE-----

this is your end cert , you need to add intermediate or CA cert into it

you can find your missing middle/root cert here

https://whatsmychaincert.com/
https://certificatechain.io/

so when you got the middle/root cert , it’s similar as your site cert, you will need to combine them , which the new cert will be like this:

-----BEGIN CERTIFICATE-----
This is your end cert
-----END CERTIFICATE-----

-----BEGIN CERTIFICATE-----
This is your middle or root cert
-----END CERTIFICATE-----

save the file and replace it in

/usr/local/lsws/conf/vhosts/SSL-your_domain_com/fullchain.pem

and restart OLS

Solved. Thank You Very Much :slight_smile: