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.
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: SSLVersionMin
Preferences Affected: security.tls.version.min
Examples
Section titled “Examples”{ "policies": { "SSLVersionMin": "tls1.2" }}JSON schema
{ "type": "string", "enum": [ "tls1", "tls1.1", "tls1.2", "tls1.3" ]}Windows (GPO)
Section titled “Windows (GPO)”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>