Author: markt
Date: Fri Oct 17 10:48:02 2014
New Revision: 1632533
URL: http://svn.apache.org/r1632533
Log:
Updates docs for new sslEnabledProtocols default.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1632533&r1=1632532&r2=1632533&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Fri Oct 17 10:48:02 2014
@@ -1044,8 +1044,9 @@
<attribute name="sslEnabledProtocols" required="false">
<p>The comma separated list of SSL protocols to support for HTTPS
connections. If specified, only the protocols that are listed and
- supported by the SSL implementation will be enabled. If not specified,
- the JVM default is used. The permitted values may be obtained from the
+ supported by the SSL implementation will be enabled. If not specified,
+ the JVM default (excluding SSLv2 and SSLv3 if the JVM enables either or
+ both of them by default) is used. The permitted values may be obtained
from the
JVM documentation for the allowed values for
<code>SSLSocket.setEnabledProtocols()</code> e.g.
<a
href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html#jssenames">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]