From 94fc8112f9f7244c2de5592263824c69e9e43a18 Mon Sep 17 00:00:00 2001 From: Clayton Cornell Date: Fri, 22 Mar 2024 08:59:49 -0700 Subject: [PATCH] Update cypher suite support --- 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 03a52010a8c0..3b023deb6b52 100644 --- a/docs/sources/flow/reference/config-blocks/http.md +++ b/docs/sources/flow/reference/config-blocks/http.md @@ -104,8 +104,8 @@ The set of cipher suites specified may be 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 |