Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

How can I determine whether SSL 3.0 is enabled?

  • 2 odgovora
  • 1 ima to težavo
  • 114 ogledov
  • Zadnji odgovor od cor-el
  • Arhivirano

I'm trying to make sure SSL 3.0 and TSL 1.0 are both enabled on the newest verison of Firefox. I believe TSL is enabled by default. But what about SSL 3.0?

I'm trying to make sure SSL 3.0 and TSL 1.0 are both enabled on the newest verison of Firefox. I believe TSL is enabled by default. But what about SSL 3.0?

Vsi odgovori (2)

hi ant0208, ssl 3.0 is a broken and therefore insecure protocol and modern browsers may no longer support it: https://tools.ietf.org/html/rfc7568

See also:

You can check these prefs on the about:config page.

security.tls.version.min = 1 (TLS 1.0)
security.tls.version.max = 3 (TLS 1.2)