Are you encountering an ERR_SSL_VERSION_INTERFERENCE error in Google Chrome?
In this article, I will tell you how to fix this SSL issue.
What is the ERR_SSL_VERSION_INTERFERENCE in Google Chrome?
Having an SSL certificate on a website is critical, and it is also a ranking factor. Google wants sites to install SSL certificates to make the web a secure place for visitors.
SSL (Secure Socket Layer) is necessary for loading the site on HTTPS. With HTTPS, the request and response are transmitted via TCP sockets, to keep the data secure.
Google Chrome and many other browsers display a green box and lock for the URLs that load on HTTPS.
Sometimes, Google Chrome fails to load the website with an SSL protocol, and it shows the ERR_SSL_VERSION_INTERFERENCE error. This chrome error means that Chrome is having difficulties in determining the SSL version.
However, you can fix the ERR_SSL_VERSION_INTERFERENCE Error quickly.
What Causes the ERR_SSL_VERSION_INTERFERENCE Error in Chrome?
Most of the time, the issue is with the Google Chrome setting that causes ERR_SSL_VERSION_INTERFERENCE Error. The problem could also be from the website side and the SSL certificate misconfiguration.
Few causes of this Error:
Local Cache Copy: The cache copy stored in the local storage is creating conflict with the updated content, hence, showing SSL error.
Antivirus: The third party software that has control over a network, such as Anti-virus or VPN, is interfering with the SSL certificate of the website.
Chrome setting: In many cases, Chrome has some misconfigured setting and corrupt extension or add-ons.
Before going for a solution, make sure that your computer is connected to Internet, and there are no proxies and firewalls with control over the network.
Solution #1: Clear Chrome’s Data
If the problem is due to the cache data stored by Google Chrome, it can be solved by deleting the chrome’s data.
This simple solution can solve many of Chrome’s errors.
To clear Chrome’s data:
- Open Google Chrome.
- Go to history by pressing Ctrl + H.
- On the history page, you will find the Clear Browsing Data option.
- Click on Clear Browsing Data, a new window will pop up.
- Clear the browsing history.
- Close your Chrome browser
- Relaunch it and check if the issue is resolved.
Most probably, this will solve the issue for you.
Solution #2: Flushing the DNS Cache
In specific cases, a corrupt local DNS cache also creates trouble in loading the site properly.
DNS means Domain Name Server; it is used to connect the domain anime to the IP address of the site. However, instead of doing it for every request and response, DNS cache is used to fasten up the DNS lookup process.
You should flush the DNS cache on your computer to get rid of the ERR_SSL_VERSION_INTERFERENCE error.
To flush DNS cache:
- Press Windows Key + R
- Type cmd in the box, and enter
- Command Prompt will open
- Run the following commands as an administrator
ipconfig /flushdns
This message will come up after running the command:
Launch Google Chrome, and open the URL to see if the issue is fixed.
Solution #3: Disabling Your Third-Party Antivirus
As mentioned, a third-party antivirus could also be a reason for this error.
The antivirus does interfere with the network connections, and it might be creating conflicting with the SSL certificate of the site.
One way to check is to disable the antivirus temporarily. If the problem is resolved, you know the reason is Antivirus, and you need to get a better antivirus.
Solution #4: Resetting Chrome
Many times, Chrome settings are not configured properly. You have to reset the Chrome to get the default version of Chrome back.
Resetting the Chrome will turn off the setting that is interfering with the SSL certificate of the site, and preventing it from loading.
To reset the Chrome setting:
- Open Google Chrome.
- Click on the three vertical dots below the close button
- Click on Setting to open the setting the page
- Scroll down, and find the advance Setting option
- Scroll down more, and you find Reset and Clean up Setting
- Click the ‘Reset settings to their original defaults’ option.
- Click Reset Settings.
After resetting the setting, close Chrome and open it again, load the URL and check if the issue is resolved. If the problem is still there, check the next solution.
Solution #5: Reinstalling Chrome
The final solution is reinstalling the Chrome browser. Whatever has happened is not fixable, and you have to uninstall Chrome and load it freshly.
- Press Windows Key + R
- Type the ‘appwiz.cpl’ and press the enter
- It will open the Control Panel to uninstall/repair program
- Uninstall Google Chrome
- Delete the Chrome data from the PC files
- Press Window + R
- Type ‘%appdata%’ into the box, and press enter
- Find the Google Folder, and look for Chrome Folder
- Delete the Chrome folder entirely
- Open any other browser, and download the Google Chrome from the Chrome’s site
- Install fresh Google Chrome, and try accessing the site
The site must load now because everything is right from your side.
If the problem is still happening, it means the problem is from the site side, and the site admin has to fix it.
Wrapping Up
Various problems can arise in SSL certificates, such as failing to set it properly, or the Content Delivery Network creating issues. Sometimes, firewalls also cause problems.
In this article, I talked about how to fix the ERR_SSL_VERSION_INTERFERENCE Error in Google Chrome.
I hope your issue is resolved. If there are still any issues, please leave them in the comment section.