I am able to access a URL in Chrome 36 and IE8 but in Chrome 39 or 40 or Firefox 35 it throws the error:
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR}.
It seems that it is an issue related to the SSL certificate. How can I fix this?
For me this issue resolved when I turned off my Antivirus Browsing control.
First check that in :
Internet Explorer- go to
tools/internet options/advanced
in the settings box, scroll all the way to the bottom and selectUse TLS 1.0
and it will fix the problem. SSL 2.0 or 3.0 and these are should also be selected.Google Chrome-Click "wrench" sign on the tope right of it.Click
Options
thenUnder the bonnet
in network clickChange Proxy Settings
and follow the steps above as in Internet Explorer.If this didn't work try the following steps:
C:\Windows\System32\drivers\etc\hosts
.You could read google forum tips from here
or you get all the details solution about err_ssl_protocol_error from here. I hope this will work and fix the error.
Google announced that they would begin removing support for SHA-1 cryptographic hash algorithm beginning with Chrome 39. According to Google:
There are several sites which can provide detailed analysis of your SSL certificate chain, such as Qualys SSL Labs' SSL Test.
Google Chrome does have a highly risky command-line option
--ignore-certificate-errors
which might bypass certain certificate errors. Be aware that ignoring certificate errors puts all of your SSL traffic at risk of being eavesdropped on.It's also possible that this is a new bug. Google switched from using OpenSSL library to it's own "BoringSSL" library in Chrome 38. To report a bug in Chrome visit
chrome://help/
and click "Report an issue".Go to Windows Firewall, click on "Restore Defaults", then again. The problem should be fixed.
Try this. In Chrome, enter "chrome://flags/#enable-quic" without the quotes as a URL. CTRL + F to search for "quic", at which point you'll find...
Experimental QUIC protocol. Mac, Windows, Linux, Chrome OS, Android Enable experimental QUIC protocol support. #enable-quic
Turn that to disabled, and let it restart your browser when prompted below.