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

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

Howard Gao created ARTEMIS-478:
----------------------------------

             Summary: 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)