This feature sets the maximum required protocol version. Setting TLS 1.2 as the maximum authorized protocol version mitigates the risk of using an insecure connection.
Solution
Perform the following procedure: * Open the mozilla.cfg file in the installation directory with a text editor * Add the following lines to mozilla.cfg: lockPref("security.tls.version.max", 3)