Author: markt Date: Mon Jan 4 22:54:48 2016 New Revision: 1722975 URL: http://svn.apache.org/viewvc?rev=1722975&view=rev Log: ciphers attribute. Fix typo. Update default.
Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1722975&r1=1722974&r2=1722975&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Mon Jan 4 22:54:48 2016 @@ -1076,7 +1076,7 @@ <attribute name="ciphers" required="false"> <p>The ciphers to enable using the OpenSSL syntax. (See the OpenSSL documentation for the list of ciphers supported and the syntax). - Alternatively, a comma separated list of ciphers using with the standard + Alternatively, a comma separated list of ciphers using the standard OpenSSL cipher names or the standard JSSE cipher names may be used.</p> <p>When converting from OpenSSL syntax to JSSE ciphers for JSSE based connectors, the behaviour of the OpenSSL syntax parsing is kept aligned @@ -1084,7 +1084,8 @@ <p>Only the ciphers that are supported by the SSL implementation will be used.</p> <p>If not specified, a default (using the OpenSSL notation) of - <code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5</code> will be used.</p> + <code>HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA</code> will be + used.</p> <p>Note that, by default, the order in which ciphers are defined is treated as an order of preference. See <code>honorCipherOrder</code>.</p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org