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

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多
封存

TLS 1.1

James replied
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?

所有回覆 (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/