You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Jan Busch (Jira)" <ji...@apache.org> on 2020/03/04 16:03:00 UTC

[jira] [Commented] (PROTOCOLS-121) Encryption.enabledCipherSuites not fully recognized by org.apache.james.protocols.netty.NettyServer

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

Jan Busch commented on PROTOCOLS-121:
-------------------------------------

To show the required fix, I have created a pull request here:
https://github.com/apache/james-project/pull/183/

> Encryption.enabledCipherSuites not fully recognized by org.apache.james.protocols.netty.NettyServer
> ---------------------------------------------------------------------------------------------------
>
>                 Key: PROTOCOLS-121
>                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-121
>             Project: James Protocols
>          Issue Type: Bug
>          Components: netty
>            Reporter: Jan Busch
>            Assignee: Eric Charles
>            Priority: Major
>
> enabledCipherSuites is used by the ChannelUpstreamHandler created via NettyServer.createCoreHandler, but it is NOT used by the ChannelPipelineFactory created via NettyServer.createPipelineFactory. This leads to cipher suites being used even though they are not listed in the set enabledCipherSuites.
> Using the constructor overload of AbstractSSLAwareChannelPipelineFactory that takes enabledCipherSuites as argument, fixes the problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org