View Categories

Fix for Chrome net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH on Web Console

< 1 min read

Several people were getting this error with the web console on a self-hosted server today:
net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH

The solution is two part and we got the answer here:
https://serverfault.com/questions/279984/how-do-i-clear-chromes-ssl-cache

 

1: Go to Internet Options/Properties(Run: inetcpl.cpl) > Content > Clear SSL State

 

2: In Chrome, put chrome://restart into the address bar.

This should solve it the issue.

If it doesn’t let us know here at [email protected]