From: Joe Orton
-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:
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.