You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2016/04/14 22:55:25 UTC

[jira] [Closed] (ARTEMIS-478) Improve Openwire SslBrokerServiceTest

     [ https://issues.apache.org/jira/browse/ARTEMIS-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic closed ARTEMIS-478.
-----------------------------------
    Resolution: Fixed

you should close the JIRA if the PR is sent and done.


please reopen if you still have work to do. Thanks

> Improve Openwire SslBrokerServiceTest
> -------------------------------------
>
>                 Key: ARTEMIS-478
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-478
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: OpenWire
>    Affects Versions: 1.2.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>             Fix For: 1.3.0
>
>
> Some of the SSL tests in openwire requires to pass in more options like
> enabledCipherSuites
> It needs to refactor the test util to allow passing of those options to broker.
> And some of the cipher suite is obsolete in recent jre. Meaning they are disabled by default for security reasons (e.g. SSL_RSA_WITH_RC4_128_SHA). This will cause SSL handshake failure.
> It can be fixed by using a more secure (not disabled) one, like
> TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)