From: Igor Galić Date: Thu, 18 Mar 2010 14:59:39 +0000 (+0000) Subject: Fixing SSLStrictSNIVHostCheck description, which made my head hurt. X-Git-Tag: 2.3.6~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2884c12869684237ea35d4c011c1bff2d1c93bb4;p=thirdparty%2Fapache%2Fhttpd.git Fixing SSLStrictSNIVHostCheck description, which made my head hurt. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924843 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 1f64863ac1c..b8706afad8d 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1740,11 +1740,11 @@ host.

This directive sets whether a non SNI client is allowed to access a name based -virtual host. If set to on in the non default name based virtual -host, non SNI clients are not allowed to access this particular virtual host. -If set to on in the default name based virtual host, non SNI -clients are not allowed to access any name based virtual host belonging to -this IP / port combination. +virtual host. If set to on in the default name based virtual +host, clients that are SNI unaware will not be allowed to access any +virtual host, belonging to this particular IP / port combination. +If set to on in any other virtual host, SNI unaware clients +are not allowed to access this particular virtual host.

diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index d63e51a1511..dfa3bb826e2 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -1315,11 +1315,11 @@ host.

This directive sets whether a non SNI client is allowed to access a name based -virtual host. If set to on in the non default name based virtual -host, non SNI clients are not allowed to access this particular virtual host. -If set to on in the default name based virtual host, non SNI -clients are not allowed to access any name based virtual host belonging to -this IP / port combination. +virtual host. If set to on in the default name based virtual +host, clients that are SNI unaware will not be allowed to access any +virtual host, belonging to this particular IP / port combination. +If set to on in any other virtual host, SNI unaware clients +are not allowed to access this particular virtual host.