mirror of
https://github.com/apache/activemq.git
synced 2025-02-08 19:15:20 +00:00
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. (cherry picked from commit 315147c5ef3d545a868c74fe55d8ea7efb09f1d1)
This commit is contained in:
parent
a4845253d0
commit
6e2252d083
@ -39,7 +39,7 @@
|
|||||||
<transportConnector name="stomp+ssl" uri="stomp+ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
<transportConnector name="stomp+ssl" uri="stomp+ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
||||||
<transportConnector name="stomp+nio+ssl" uri="stomp+nio+ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
<transportConnector name="stomp+nio+ssl" uri="stomp+nio+ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
||||||
<transportConnector name="openwire+ssl" uri="ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
<transportConnector name="openwire+ssl" uri="ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
||||||
<transportConnector name="openwire+nio+ssl" uri="nio+ssl://0.0.0.0:0?transport.needClientAuth=true&transport.enabledCipherSuites=SSL_RSA_WITH_RC4_128_SHA,SSL_DH_anon_WITH_3DES_EDE_CBC_SHA" />
|
<transportConnector name="openwire+nio+ssl" uri="nio+ssl://0.0.0.0:0?transport.needClientAuth=true" />
|
||||||
</transportConnectors>
|
</transportConnectors>
|
||||||
|
|
||||||
</broker>
|
</broker>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user