From: Eric Covener
Date: Sat, 17 Sep 2016 13:09:33 +0000 (+0000)
Subject: xform
X-Git-Tag: 2.5.0-alpha~1151
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9ee0acba09b296575a0b6010a8833326b01ce60;p=apache
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1761216 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 942319d8c5..4bce563b41 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -2665,13 +2665,9 @@ The following levels are available for level:
the client has to present a valid Certificate
optional_no_ca:
the client may present a valid Certificate
- but it need not to be (successfully) verifiable.
+ but it need not to be (successfully) verifiable. This option
+ cannot be relied upon for client authentication.
-In practice only levels none and
-require are really interesting, because level
-optional doesn't work with all browsers and level
-optional_no_ca is actually against the idea of
-authentication (but can be used to establish SSL test pages, etc.)
Example
SSLVerifyClient require