Skip to content

Commit 89e10ff

Browse files
Update cypher suite support (#6755)
1 parent c411387 commit 89e10ff

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/flow/reference/config-blocks

1 file changed

+2
-2
lines changed

docs/sources/flow/reference/config-blocks/http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ The set of cipher suites specified may be from the following:
104104
| ----------------------------------------------- | -------------------------------- |
105105
| `TLS_RSA_WITH_AES_128_CBC_SHA` | no |
106106
| `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 |
107+
| `TLS_RSA_WITH_AES_128_GCM_SHA256` | no |
108+
| `TLS_RSA_WITH_AES_256_GCM_SHA384` | no |
109109
| `TLS_AES_128_GCM_SHA256` | no |
110110
| `TLS_AES_256_GCM_SHA384` | no |
111111
| `TLS_CHACHA20_POLY1305_SHA256` | no |

0 commit comments

Comments
 (0)