I'm attempting to disable SSLv3 by specifying sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" in my HTTP connector, but it is not disabling it. Looking at catalina.out I see this logged warning:
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
'sslEnabledProtocols' to 'TLSv1,TLSv1.1,TLSv1.2' did not find a matching
property.
The host is running tomcat 6.0.41 with Java 7u65.
-----
Jason Schwanz
