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 19:08:41 UTC

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

    [ https://issues.apache.org/jira/browse/MTOMCAT-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868382#comment-15868382 ] 

Cory Lum commented on MTOMCAT-309:
----------------------------------

Just want to note that this is an issue when using JDK 1.7. I believe JDK 1.8 already removed the risky protocols. 

> 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 (*$^¨%`£)
>              Labels: easyfix
>
> 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