Author: kkolinko
Date: Sun Oct 19 18:59:24 2014
New Revision: 1632975
URL: http://svn.apache.org/r1632975
Log:
Note that using SSLProtocol="TLSv1.1,TLSv1.2" requires native 1.1.32 or later.
Running with 1.1.31 is OK as long as the new values are not used in
configuration.
Using "TLSv1.1" with Tomcat Native 1.1.31 results in
org.apache.catalina.LifecycleException: Failed to initialize component
[Connector[HTTP/1.1-8443]]
Caused by: java.lang.Exception: Invalid Server SSL Protocol
(error:00000000:lib(0):func(0):reason(0))
at org.apache.tomcat.jni.SSLContext.make(Native Method)
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:527)
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1632975&r1=1632974&r2=1632975&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Oct 19 18:59:24 2014
@@ -160,7 +160,8 @@
<changelog>
<add>
<bug>53952</bug>: Add support for TLSv1.1 and TLSv1.2 for APR
connector.
- Based upon a patch by Marcel Šebek. (schultz/jfclere)
+ Based upon a patch by Marcel Šebek. This feature requires
+ Tomcat Native library 1.1.32 or later. (schultz/jfclere)
</add>
<scode>
Cache the <code>Encoder</code> instances used to convert Strings to
byte
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]