We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c411387 commit 89e10ffCopy full SHA for 89e10ff
docs/sources/flow/reference/config-blocks/http.md
@@ -104,8 +104,8 @@ The set of cipher suites specified may be from the following:
104
| ----------------------------------------------- | -------------------------------- |
105
| `TLS_RSA_WITH_AES_128_CBC_SHA` | no |
106
| `TLS_RSA_WITH_AES_256_CBC_SHA` | no |
107
-| `TLS_RSA_WITH_AES_128_GCM_SHA256` | yes |
108
-| `TLS_RSA_WITH_AES_256_GCM_SHA384` | yes |
+| `TLS_RSA_WITH_AES_128_GCM_SHA256` | no |
+| `TLS_RSA_WITH_AES_256_GCM_SHA384` | no |
109
| `TLS_AES_128_GCM_SHA256` | no |
110
| `TLS_AES_256_GCM_SHA384` | no |
111
| `TLS_CHACHA20_POLY1305_SHA256` | no |
0 commit comments