remove TLS 1.0 and 1.1 references (#3882)

pull/3885/head
lwandzura 2022-03-23 08:13:54 -05:00 committed by GitHub
parent 2deea652bf
commit 3dcda9150b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -263,8 +263,6 @@ Use the query `SHOW DIAGNOSTICS` to see the version of Go used to build Kapacito
Minimum version of the TLS protocol that will be negotiated.
Valid values include:
- `tls1.0`
- `tls1.1`
- `tls1.2`
- `tls1.3` _(default)_
@ -273,8 +271,6 @@ Valid values include:
Maximum version of the TLS protocol that will be negotiated.
Valid values include:
- `tls1.0`
- `tls1.1`
- `tls1.2`
- `tls1.3` _(default)_