Remove Support for Deprecated TLSProfileOld (#2142)

Co-authored-by: Zachary Wasserman <zach@dactiv.llc>
This commit is contained in:
Lars Lehtonen
2020-09-10 09:31:01 -07:00
committed by GitHub
co-authored by Zachary Wasserman
parent 3a63dac4a3
commit d193ea1717
3 changed files with 5 additions and 33 deletions
@@ -365,7 +365,7 @@ Whether or not the server should be served over TLS.
##### `server_tls_compatibility`
Configures the TLS settings for compatibility with various user agents. Options are `modern`, `intermediate`, and `old` (deprecated). These correspond to the compatibility levels [defined by the Mozilla OpSec team](https://wiki.mozilla.org/Security/Server_Side_TLS)
Configures the TLS settings for compatibility with various user agents. Options are `modern` and `intermediate`. These correspond to the compatibility levels [defined by the Mozilla OpSec team](https://wiki.mozilla.org/Security/Server_Side_TLS)
- Default value: `modern`
- Environment variable: `KOLIDE_SERVER_TLS_COMPATIBILITY`