This content has been marked as final.
Show 1 reply
-
1. Re: SSLv2Hello Tomcat native
jfclere Apr 2, 2015 3:41 AM (in response to tnzeibig)1 of 1 people found this helpfulThere isn't any easy fix for that you should upgrade to a supported version :-(
The solutions are:
1 - Use SSLProtocol="TLSv1"( you are safe for the moment) but you need to upgrade the clients to use java8
2 - Use the JIO/BIO connector and use something like sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1,SSLv2Hello" (TLSv1,SSLv2Hello probably).
3 - update the native libraries and back port the fixed jbossweb code.