From: Joe Orton Date: Fri, 7 Jul 2006 10:32:17 +0000 (+0000) Subject: - clean up SSLProtocol description; "flavo[u]r" is meaningless in this context, X-Git-Tag: 2.3.0~2280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ea7729f3f0095a2fb416cf1c2352aeeeb965b24;p=apache - clean up SSLProtocol description; "flavo[u]r" is meaningless in this context, use "version" instead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 3fcc2ad568..fa31b89e6f 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -503,18 +503,16 @@ Within HTTP/1.1. At this time no web browsers support RFC 2817.

SSLProtocol -Configure usable SSL protocol flavors +Configure usable SSL protocol versions SSLProtocol [+|-]protocol ... SSLProtocol all server config virtual host -Options - +

-This directive can be used to control the SSL protocol flavors mod_ssl should -use when establishing its server environment. Clients then can only connect -with one of the provided protocols.

+This directive can be used to control which versions of the SSL protocol +will be accepted in new connections.

The available (case-insensitive) protocols are:

    @@ -540,7 +538,7 @@ The available (case-insensitive) protocols are:

  • All

    This is a shortcut for ``+SSLv2 +SSLv3 +TLSv1'' and a - convinient way for enabling all protocols except one when used in + convenient way for enabling all protocols except one when used in combination with the minus sign on a protocol as the example above shows.