Update GRPC_SSL_CIPHER_SUITES documentation

These old cipher suites were removed in 815e318268
pull/14289/head
Daniel Upton 7 years ago committed by GitHub
parent ba92ab53bf
commit 852e8ac30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save