[
https://issues.apache.org/jira/browse/ARTEMIS-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235217#comment-15235217
]
ASF GitHub Bot commented on ARTEMIS-477:
----------------------------------------
GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/455
ARTEMIS-477 Fix Certificate Issues in openwire test
also added a method impl to return a true uri instead of null.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis apache_master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/455.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #455
----
commit fb9df9351bb64a068e6e49317372febf243e3d00
Author: Howard Gao <[email protected]>
Date: 2016-04-11T14:52:16Z
ARTEMIS-477 Fix Certificate Issues in openwire test
also added a method impl to return a true uri instead of null.
----
> Fix Certificate Issues in openwire test
> ---------------------------------------
>
> Key: ARTEMIS-477
> URL: https://issues.apache.org/jira/browse/ARTEMIS-477
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: OpenWire
> Reporter: Howard Gao
>
> there are two keystore files in openwire test
> client.keystore and server.keystore
> that are used in some test to test SSL handshake against artemis server.
> Those keystore files use an Algorithm MD5withRSA which is disabled by default
> by JVM (1.8 for example). Test fails because of this
> (SslContextNBrokerServiceTest)
> They need to be regenerated to use some more secure algorithms.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)