How to enable TLS 1.2 in Version 48
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.
All Replies (2)
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
Firefox 27.0 and newer including 48.0 has support for TLS 1.2 by default.
Modified