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

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër
Arkivuar

How can I determine whether SSL 3.0 is enabled?

cor-el replied
ant0208

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?

Krejt Përgjigjet (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)