The usual error message reads as follows: That said, it is also possible that the downloaded certificate on your PC is corrupted or your PC configuration for TSL/SSL is misconfigured.

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Let us see what you can do about it!

1] Can you access the website with HTTP?

Try to access the website with only HTTP at the start. Do not use HTTPS, and if you see the same problem, the problem is with the website.  If you are we website owner,  you need to check for two things:

Is your SSL certificate name mismatching? Make sure the name and alias of the websites match with the actual website URL where the certificate is installed.Is your server using RC4 Cipher? If yes you need to fix that.

As a website owner,  you also need to check if your CDN also supports SSL. Most of the CDN now supports SSL, and all you need is to configure it correctly. While the website delivers content over SSL, if the rest of the data is not over SSL, this error might show up.

2] Enable SSL 3 / TLS  and Disable QUIC Protocol

If you are using Chrome, then make sure to follow the protocol fixes for SSL3/TLS and QUIC which are some of the reasons to cause the SSL version / Cipher Mismatch. It also includes few fixes for Windows 10 PC where you can clear your certificates, make sure your computer time and date is in sync with your timezone and so on. For Edge and Internet Explorer please follow the steps as mentioned below:

For Firefox, type about: config in your address bar, and hit Enter.

Type TLS in the search field, and double click on security.tls.version.minSet the integer value to 3 to force protocol of TLS 1.3Click OK, and restart Firefox browser.

Repeat same for SSL and so on. Let us know if any of these fixes helped you to resolve this error.

ERR SSL VERSION OR CIPHER MISMATCH error fix - 95ERR SSL VERSION OR CIPHER MISMATCH error fix - 82