You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Cory Lum (JIRA)" <ji...@apache.org> on 2017/02/15 18:57:41 UTC

[jira] [Created] (MTOMCAT-309) Allow specifying sslProtocols via pom configuration

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org