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

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 ».

En savoir plus
Archivé

TLS 1.1

James a répondu
donald.myers

I have an application which requires that TLS 1.1 be enabled. Is Firefox TLS 1.1 enabled?

I have an application which requires that TLS 1.1 be enabled. Is Firefox TLS 1.1 enabled?

Toutes les réponses (2)

Not by default, but you can try to enter about:config in the address bar and set security.tls.version.min to 1.

TLS 1.0 and TLS 1.1 have been deprecated since Firefox 78 Release and should not be used now days.

Firefox may support these protocols (when you absolutely need it) via security.tls.version.enable-deprecated = true in about:config . This should only be enabled temporarily to access your one application.

https://blog.mozilla.org/security/2018/10/15/removing-old-versions-of-tls/ https://hacks.mozilla.org/2020/02/its-the-boot-for-tls-1-0-and-tls-1-1/