Cory Lum created MTOMCAT-309: -------------------------------- Summary: Allow specifying sslProtocols via pom configuration Key: MTOMCAT-309 URL: https://issues.apache.org/jira/browse/MTOMCAT-309 Project: Apache Tomcat Maven Plugin Issue Type: Bug Components: tomcat7 Affects Versions: 2.2 Reporter: Cory Lum Assignee: Olivier Lamy (*$^¨%`£)
There is currently no way to specify the sslProtocol. The only workaround is to use a custom server.xml. The httpsConnector is hardcoded to use TLS. httpsConnector.setProperty( "sslProtocol", "TLS" ); Due to security reasons, this version is insufficient for many modern browser (chrome and firefox) without having to manually compromise the browser's security settings which expects communication via TLSv1.2 -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org