litespeedtech / ls-cloud-image

GNU General Public License v3.0
37 stars 38 forks source link

Is it possible to disable the self-signed Certificate? #29

Closed droplinxuser closed 2 years ago

droplinxuser commented 2 years ago

When testing from: https://www.ssllabs.com/ssltest/index.html

A new domain generated from this command: ./vhsetup.sh -d example.com -le xxx@gmail.com -f

I got this result: https://imgur.com/cJNcnGD

This is OLS by the way.

droplinxuser commented 2 years ago

And it cause this notice: This site works only in browsers with SNI support.

Code-Egg commented 2 years ago

It's not a self-signed certificate, it will apply with let's encrypt. Did you apply with a valid domain? and what's the output of that command? SNI is a different thing, you can remove the wildcard from the listener.

droplinxuser commented 2 years ago

I mean this red flag issue: https://imgur.com/cJNcnGD

Code-Egg commented 2 years ago

Correct, you should not get those warnings if your cert applied successfully.