From a9b758a9520a0895bd70841967b5cfd89dcd46d4 Mon Sep 17 00:00:00 2001 From: Alex Gavin Date: Tue, 21 Jun 2022 11:12:56 -0700 Subject: [PATCH] docs: clarify supported tls cipher suites Signed-off-by: Alex Gavin --- docs/https.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/https.md b/docs/https.md index 559ce7f9e8..c229eebeb4 100644 --- a/docs/https.md +++ b/docs/https.md @@ -56,6 +56,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: [ - ] ]