Disable TLS 1.0 and 1.1 in Firefox Now!

  • Security
  • Published Mar 23, 2020 Updated Apr 12, 2020

Mozilla had planned to disable the insecure versions 1.0 and 1.1 of the TLS protocol in Firefox 74. Unfortunately, they reverted that planned change. This post explains how to disable insecure TLS versions yourself.

How to Disable TLS 1.0 and 1.1

The tl;dr version of this article:

  1. Open a new tab and navigate to about:config
  2. In the search box type security.tls.version.min
  3. Set the value to 3 and click the save icon

Why Did Mozilla Revert the Change?

The release notes for Firefox 74.0 state the following:

We reverted the change for an undetermined amount of time to better enable access to critical government sites sharing COVID19 information.

Government websites from the digital stone age. Yuck!

Explanation of the security.tls.version.min Setting

The only documentation of the security.tls.version.min setting seems to be on mozillaZine, apparently a non-HTTPS site:

0
The minimum required SSL/TLS version is SSL 3.0
1
The minimum required SSL/TLS version is TLS 1.0
2
The minimum required SSL/TLS version is TLS 1.1
3
The minimum required SSL/TLS version is TLS 1.2
4
The minimum required SSL/TLS version is TLS 1.3

How to Check Your Browser’s TLS Configuration

Head over to Qualys Labs. The topmost box of the report should look like this:

Comments

Related Posts

Switching from Chrome to Firefox

Switching from Chrome to Firefox
After many years as a happy user, I switched from Chrome to Firefox. How did that go? Astonishingly well! Here are some notes I took in the process. My History of Changing Browsers Netscape to Internet Explorer I think I started out with Netscape Navigator on Windows 95. My first change of browsers happened with Windows NT 4 and Internet Explorer 4. That was a great browser! Everybody switched to IE in the following years. Microsoft’s domination of the browser market (yes, that was a reality for many years) started right there with IE4. Internet Explorer was successful not only because it was bundled with the operating system, but also because it was a good application.
Applications

Latest Posts