From 512731a4d3e9ce8947f1a699a895aa7b67d0fda6 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:10:14 +0000 Subject: [PATCH] Update cypher suite support (#6755) (#6756) (cherry picked from commit 89e10ff3fd1bbba8787a5661373d66bea2d5582f) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- docs/sources/flow/reference/config-blocks/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/flow/reference/config-blocks/http.md b/docs/sources/flow/reference/config-blocks/http.md index c7bc41c0e5c5..0654f92aa526 100644 --- a/docs/sources/flow/reference/config-blocks/http.md +++ b/docs/sources/flow/reference/config-blocks/http.md @@ -116,8 +116,8 @@ from the following: | ----------------------------------------------- | -------------------------------- | | `TLS_RSA_WITH_AES_128_CBC_SHA` | no | | `TLS_RSA_WITH_AES_256_CBC_SHA` | no | -| `TLS_RSA_WITH_AES_128_GCM_SHA256` | yes | -| `TLS_RSA_WITH_AES_256_GCM_SHA384` | yes | +| `TLS_RSA_WITH_AES_128_GCM_SHA256` | no | +| `TLS_RSA_WITH_AES_256_GCM_SHA384` | no | | `TLS_AES_128_GCM_SHA256` | no | | `TLS_AES_256_GCM_SHA384` | no | | `TLS_CHACHA20_POLY1305_SHA256` | no |