Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

enabling browser to accept a GLS.1 or .2 encription

  • 2 Antworten
  • 1 hat dieses Problem
  • 1448 Aufrufe
  • Letzte Antwort von cor-el

more options

I need to know how to enable browser to accept GLS.1 or .2 encryption

I need to know how to enable browser to accept GLS.1 or .2 encryption

Ausgewählte Lösung

TLS 1.0. and TLS 1.1 have been deprecated in current Firefox releases and have been disabled. You can still enable TLS 1.0 via the button on the error page although this is not recommended. On the error page there is a blue "Enable TLS 1.0 and 1.1" button and clicking this button will set this pref to true.

  • security.tls.version.enable-deprecated = true

Note that you shouldn't use the about:config page to flip the security.tls.version.enable-deprecated pref.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (2)

more options

I assume you mean to use TLS1.1 and TLS1.2 encryption...

Short answer: Open "about:config" and search for "security.tls.version.min", set it to "2".

More background info: According to the description on http://kb.mozillazine.org/Security.tls.version.* and the current value in Firefox Nightly (81.0), it should be set to "3" (= "TLS1.2") by default. Hence, your browser should already support TLS1.2 out of the box. In order to enable TLS1.1, lower the value to "2". I would NOT recommend to do that (as TLS1.1 is not considered secure enough any longer), but there may ba any legacy-sort-of reason to do so.

I hope this helped.

more options

Ausgewählte Lösung

TLS 1.0. and TLS 1.1 have been deprecated in current Firefox releases and have been disabled. You can still enable TLS 1.0 via the button on the error page although this is not recommended. On the error page there is a blue "Enable TLS 1.0 and 1.1" button and clicking this button will set this pref to true.

  • security.tls.version.enable-deprecated = true

Note that you shouldn't use the about:config page to flip the security.tls.version.enable-deprecated pref.