From 315147c5ef3d545a868c74fe55d8ea7efb09f1d1 Mon Sep 17 00:00:00 2001 From: Timothy Bish Date: Mon, 7 Dec 2015 12:27:11 -0500 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-6074 Make the transportConnector configs consistent across all four variants by removing the enableCipherSuites option on openwire NIO+SSL. RC4 was enabled on the broker side but in later JDK releases that suite is disbaled as it is insecure so the client side couldn't find a supported suite. --- .../org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml index a24502864d..70af5fa1d8 100644 --- a/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml +++ b/activemq-unit-tests/src/test/resources/org/apache/activemq/bugs/amq4126/JaasStompSSLBroker.xml @@ -39,7 +39,7 @@ - +