Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Disable TLS 1.0,1.1 and inscure cipher suites

  • 1 réponse
  • 2 ont ce problème
  • 2 vues
  • Dernière réponse par cor-el

more options

Hi all

I would like for Firefox to use my Windows Schannel settings if possible. I have setup Schannel to Disable TLS 1.0 and disabled all insecure cipher suites. I know some TLS settings can be changed via about:config, but this doesn't scale very well.

Thanks in advance.

Hi all I would like for Firefox to use my Windows Schannel settings if possible. I have setup Schannel to Disable TLS 1.0 and disabled all insecure cipher suites. I know some TLS settings can be changed via about:config, but this doesn't scale very well. Thanks in advance.

Toutes les réponses (1)

more options

There are TLS settings prefs on the about:config page that specify the minimum and maximum TLS version.

  • security.tls.version.min = 1
  • security.tls.version.max = 3
  • 1 means TLS 1.0; 2 means TLS 1.1; 3 means TLS 1.2; 4 means TLS 1.3;

There are also pref that select whether a specific cipher suite is enabled or disabled.

Keep in mind that you may not be able to connect to a server if you modify TLS or SSL prefs.