This is an automated email from the ASF dual-hosted git repository.
sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/6.2.x by this push:
new d9b5237 Mark proxy.config.ssl.SSLv2 and proxy.config.ssl.SSLv3 as
deprecated in the docs.
d9b5237 is described below
commit d9b5237255ab86d9013a29562db6b839122cec23
Author: Phil Sorber <[email protected]>
AuthorDate: Sun Apr 17 22:58:51 2016 -0600
Mark proxy.config.ssl.SSLv2 and proxy.config.ssl.SSLv3 as deprecated in the
docs.
---
doc/admin-guide/files/records.config.en.rst | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 55ac374..d356cb1 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -2593,13 +2593,21 @@ 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.SSLv2 INT 0
+ :deprecated:
+
+ Enables (``1``) or disables (``0``) SSLv2. Please don't enable it unless
you really know what you are doing and are sure you need this. It is a security
risk to enable.
- Enables (``1``) or disables (``0``) SSLv2. Please don't enable it.
+ `More Information <https://tools.ietf.org/html/rfc6176>`_.
.. ts:cv:: CONFIG proxy.config.ssl.SSLv3 INT 0
+ :deprecated:
Enables (``1``) or disables (``0``) SSLv3.
+ Please don't enable it unless you really know what you are doing and are
sure you need this. It is a security risk to enable.
+
+ `More Information <https://tools.ietf.org/html/rfc7568>`_.
+
.. 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]" <[email protected]>'].