diff --git a/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md b/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md index 140a50611..586c11e01 100644 --- a/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md +++ b/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md @@ -1046,17 +1046,3 @@ Environment variable: `INFLUXDB_TLS_MIN_VERSION` The maximum version of the TLS protocol that will be negotiated. Valid values include: `tls1.0`, `tls1.1`, and `tls1.2`. If not specified, `max-version` is the maximum TLS version specified in the [Go `crypto/tls` package](https://golang.org/pkg/crypto/tls/#pkg-constants). In this example, `tls1.2` specifies the maximum version as TLS 1.2, which is consistent with the behavior of previous InfluxDB releases. Environment variable: `INFLUXDB_TLS_MAX_VERSION` - - - - diff --git a/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md b/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md index 7c667b621..eb7087a65 100644 --- a/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md +++ b/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md @@ -1208,15 +1208,3 @@ Environment variable: `INFLUXDB_TLS_MIN_VERSION` The maximum version of the TLS protocol that will be negotiated. Valid values include: `tls1.0`, `tls1.1`, and `tls1.2`. If not specified, `max-version` is the maximum TLS version specified in the [Go `crypto/tls` package](https://golang.org/pkg/crypto/tls/#pkg-constants). In this example, `tls1.2` specifies the maximum version as TLS 1.2, which is consistent with the behavior of previous InfluxDB releases. Environment variable: `INFLUXDB_TLS_MAX_VERSION` - -