https://issues.apache.org/bugzilla/show_bug.cgi?id=57102
Bug ID: 57102 Summary: Cannot Specify sslEnabledProtocols Product: Tomcat 6 Version: 6.0.41 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: jschw...@gmail.com I'm attempting to disable SSLv3 by specifying the 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. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org