This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 7.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 395e0d101d4e2cfc610336880e16a9f602acc7e1 Author: Persia Aziz <[email protected]> AuthorDate: Fri Mar 30 11:51:18 2018 -0500 Document proxy.config.ssl.client.cipher_suite (cherry picked from commit 28588db410a0c40900952bc5fa85248175feb29c) --- doc/admin-guide/files/records.config.en.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index ffe2065..40655d1 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -3005,6 +3005,10 @@ SSL Termination ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-DSS-AES128- [...] +.. ts:cv:: CONFIG proxy.config.ssl.client.cipher_suite STRING <See notes under proxy.config.ssl.server.cipher_suite.> + + Configures the cipher_suite which |TS| will use for SSL connections to origin or next hop. + .. ts:cv:: CONFIG proxy.config.ssl.TLSv1 INT 1 Enables (``1``) or disables (``0``) TLSv1. -- To stop receiving notification emails like this one, please contact [email protected].
