Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to enable TLS 1.2 in Version 48

more options

I am attempting to use a php faxing solution which requires tls 1.2.

I need to enable TLS 1.2 but don't see how.

Thanks in advanced for any assistance. Regards.

I am attempting to use a php faxing solution which requires tls 1.2. I need to enable TLS 1.2 but don't see how. Thanks in advanced for any assistance. Regards.

すべての返信 (2)

more options

Hello vmanion, it is already the default max in 48 :

security.tls.version.max = 3 (means at least TLS 1.2)

security.tls.version.min = 1 (means at least TLS 1.0 )

please check it in about:config

http://kb.mozillazine.org/Security.tls.version.*

if you don't have the above preference double-click on the preference and change the number

thank you

more options

この投稿は James (doing minimal support) により に変更されました