SSLVersionMax
Set and lock the maximum version of TLS. Firefox defaults to a maximum of TLS 1.3, meaning this policy can ensure users or other configuration mechanisms can't lower it.
For setting and locking the minimum version of TLS, see the SSLVersionMin policy.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 66 | Available since 60.6.0 | Available since 149 |
CCK2 Equivalent: N/A
OMA-URI: SSLVersionMax
Preferences Affected: security.tls.version.max
Examples
Section titled “Examples”{ "policies": { "SSLVersionMax": "tls1.3" }}JSON schema
{ "type": "string", "enum": [ "tls1", "tls1.1", "tls1.2", "tls1.3" ]}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"<dict> <key>SSLVersionMax</key> <string>tls1 | tls1.1 | tls1.2 | tls1.3</string></dict>