remove TLS 1.0 and 1.1 references (#3882)
parent
2deea652bf
commit
3dcda9150b
|
@ -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)_
|
||||
|
||||
|
|
Loading…
Reference in New Issue