From c9ee0acba09b296575a0b6010a8833326b01ce60 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Sat, 17 Sep 2016 13:09:33 +0000
Subject: [PATCH] xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1761216 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.html.en | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
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
--
2.50.1