From 8f16cc99ecf10be6595a282e1e35b05405ddcd20 Mon Sep 17 00:00:00 2001 From: "A. Gavin" <36339831+a-gavin@users.noreply.github.com> Date: Thu, 30 Jun 2022 02:34:49 -0700 Subject: [PATCH] docs: clarify supported tls cipher suites (#10903) Signed-off-by: Alex Gavin --- docs/configuration/https.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index c060ec4288..ad142e4a56 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -54,6 +54,9 @@ tls_server_config: # Go default cipher suites are used. Available cipher suites are documented # in the go documentation: # https://golang.org/pkg/crypto/tls/#pkg-constants + # + # Note that only the cipher returned by the following function are supported: + # https://pkg.go.dev/crypto/tls#CipherSuites [ cipher_suites: [ - ] ]