Skip to content

SSLVersionMin

Set and lock the minimum version of TLS. Firefox defaults to a minimum of TLS 1.2, meaning this policy can ensure users or other configuration mechanisms can't lower it.

For setting and locking the maximum version of TLS, see the SSLVersionMax policy.

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

CCK2 Equivalent: N/A
OMA-URI: SSLVersionMin
Preferences Affected: security.tls.version.min

policies.json
{
"policies": {
"SSLVersionMin": "tls1.2"
}
}
JSON schema
SSLVersionMin JSON schema
{
"type": "string",
"enum": [
"tls1",
"tls1.1",
"tls1.2",
"tls1.3"
]
}
Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
<dict>
<key>SSLVersionMin</key>
<string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
</dict>