Skip to content

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.

FirefoxFirefox ESRFirefox Enterprise
Available since 66Available since 60.6.0Available since 149

CCK2 Equivalent: N/A
OMA-URI: SSLVersionMax
Preferences Affected: security.tls.version.max

policies.json
{
"policies": {
"SSLVersionMax": "tls1.3"
}
}
JSON schema
SSLVersionMax JSON schema
{
"type": "string",
"enum": [
"tls1",
"tls1.1",
"tls1.2",
"tls1.3"
]
}
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>