Litespeed 5.3.1 TLS 1.3 Firefox Problem

vacancy

Active Member
#1
Hello there
Litespeed 5.3 version firefox browsers support tls 1.3.
After updating Litespeed to 5.3.1, tls 1.2 is running.
 

vacancy

Active Member
#3
Hello

Yes this situation only applies to firefox browser. No problem for chrome.
I'm using a Cpanel control panel. (version 74.0.9)
Firefox version 62.0.3
 

mistwang

LiteSpeed Staff
#4
It is due to bundled BoringSSL update.
Please update to 5.3.1 build 2 with command
Code:
/usr/local/lsws/admin/misc/lsup.sh -f -v 5.3.1
should work now.
 
Last edited by a moderator:

vacancy

Active Member
#5
Hello there

Yes came tls 1.3 support for firefox.
But when I do a cipher test for all browsers, I'm starting to see new bugs, is that a problem?

Update: I think this is a problem ssllabs.com site. When I questioned different sites, I saw the same errors.
Thank you.
 

Attachments

Last edited:

mistwang

LiteSpeed Staff
#6
first two errors is because those two browsers uses TLSv13 draft23 and draft28,
ssllabs.com does not like it. cloudflare.com shows the same result.
IE8 on XP requires TLS_RSA_WITH_3DES_EDE_CBC_SHA, which is not safe, disabled by default.
 
Top