Firefox : Secure Connection Failed An error occurred during a connection to SSL received a record that exceeded the maximum permissible error message

Secure Connection Failed An error occurred during a connection to . SSL received a record that exceeded the maximum permissible error message.

This can occur when you have TLS disabled or set too high in your Firefox settings. A work-around is to use Chrome or perform the following:


about:config 
security.tls.version.max. (double-click it and change its value to 0)


Another possibility is you are going through a proxy which does not allow for TLS / SSL in some situations. Contact the system administrator of that proxy. If your Firefox is set to a proxy and you do not use one, go to Tools > Options > Advanced > Network : Connection > Settings If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.

  • 99 Users Found This Useful

Was this answer helpful?

Related Articles

Heartbleed Vulnerablity, Risk and Fix

The Heartbleed bug (http://en.wikipedia.org/wiki/Heartbleed_bug) is a serious vulnerability which...

How can I redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

How can I make search engine friendly urls with my app?

The best source is the support forums for the particular app. You can also check the following...

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...