From b93e3c1977f3aefeba8ed2c7cfb039bc0f24b8e7 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 30 Nov 2021 11:36:03 -0700 Subject: [PATCH] updated content about supported TLS versions in cloud, closes influxdata/DAR#255 --- content/influxdb/cloud/reference/internals/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/cloud/reference/internals/security.md b/content/influxdb/cloud/reference/internals/security.md index 99132a29d..c618c02f0 100644 --- a/content/influxdb/cloud/reference/internals/security.md +++ b/content/influxdb/cloud/reference/internals/security.md @@ -110,7 +110,7 @@ For detail about physical security within Microsoft Azure data centers, see [Mic ### Data encryption InfluxDB Cloud enforces TLS encryption for data in transit from all clients, including Telegraf agents, browsers, and custom applications. -Requests using TLS 1.2 or earlier are rejected. +Requests using TLS 1.1 or earlier are rejected. By default, data at rest is encrypted using strong encrypted methods (AES-256) within AWS, GCP, and Microsoft Azure.