This is an automated email from the ASF dual-hosted git repository.
paziz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 9c305c2 Doc update: proxy.config.ssl.client.verify.server
9c305c2 is described below
commit 9c305c24b8e50b8c6c0141a8911fb157fbca65ed
Author: Syeda Persia Aziz <[email protected]>
AuthorDate: Sun Jun 4 17:42:48 2017 -0500
Doc update: proxy.config.ssl.client.verify.server
---
doc/admin-guide/files/records.config.en.rst | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 372fd46..c5801c6 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -3324,7 +3324,11 @@ Client-Related Configuration
:overridable:
Configures Traffic Server to verify the origin server certificate
- with the Certificate Authority (CA).
+ with the Certificate Authority (CA). This configuration takes a value
between 0 to 2.
+
+:0: Server Certificate will not be verified
+:1: Certificate will be verified and the connection will not be established if
verification fails.
+:2: The provided certificate will be verified and the connection will be
established irrespective of the verification result. If verification fails the
name of the server will be logged.
.. ts:cv:: CONFIG proxy.config.ssl.client.cert.filename STRING NULL
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].