[
https://issues.apache.org/jira/browse/ARTEMIS-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238014#comment-15238014
]
ASF subversion and git services commented on ARTEMIS-478:
---------------------------------------------------------
Commit ee202484046117bf5ce3b0e4ccfde2f873a63cd5 in activemq-artemis's branch
refs/heads/master from [~gaohoward]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=ee20248 ]
ARTEMIS-478 Improve Openwire SslBrokerServiceTest
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
> 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)