From 852e8ac30d363a95a8888be93a5d2ae7dfe74b9a Mon Sep 17 00:00:00 2001 From: Daniel Upton Date: Fri, 2 Feb 2018 08:48:56 +0000 Subject: [PATCH] Update GRPC_SSL_CIPHER_SUITES documentation These old cipher suites were removed in 815e3182680c37b2bb4abb57dc4908d2b4169a0f --- doc/environment_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 5f0042e2eb0..ed46a48e5e9 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -18,7 +18,7 @@ some configuration as environment variables that can be set. * GRPC_SSL_CIPHER_SUITES A colon separated list of cipher suites to use with OpenSSL Defaults to: - ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384 + ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384 * GRPC_DEFAULT_SSL_ROOTS_FILE_PATH PEM file to load SSL roots from