Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 svar
  • 1 har dette problem
  • 1516 visninger
  • Seneste svar af 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

Valgt løsning

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.

Læs dette svar i sammenhæng 👍 0

Alle svar (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

Valgt løsning

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.