You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/12/15 15:33:15 UTC

svn commit: r1214781 - /activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Author: chirino
Date: Thu Dec 15 14:33:14 2011
New Revision: 1214781

URL: http://svn.apache.org/viewvc?rev=1214781&view=rev
Log:
Improve the ssl transport documentation so that it's better understood that
we now support TLS version 1.2.  Related to APLO-112

Modified:
    activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Modified: activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1214781&r1=1214780&r2=1214781&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md Thu Dec 15 14:33:14 2011
@@ -558,12 +558,12 @@ Example:
 The `connector` element's `bind` attribute controls which secure transport 
 algorithm gets used by the sever.  Supported values are:
 
-* `ssl://`    - Supports some version of SSL
-* `sslv2://`  - Supports SSL version 2 or higher
-* `sslv3://`  - Supports SSL version 3
-* `tls://`    - Supports some version of TLS
-* `tlsv://`   - Supports RFC 2246: TLS version 1.0 
-* `tls1.1://` - Supports RFC 4346: TLS version 1.1 
+* `ssl://`    - Use the JVM default version of the SSL algorithm.
+* `sslv*://`  - Use a specific SSL version where `*` is a version
+  supported by your JVM.  Example: `sslv3`
+* `tls://`    - Use the JVM default version of the TLS algorithm.
+* `tlsv*://`  - Use a specific TLS version where `*` is a version
+  supported by your JVM.  Example: `tlsv1.1`
 
 The attributes that you can configure on the `key_storage` element are: