From my experience and from what I can see under https://github.com/apache/activemq-artemis/blob/46e622e3d51b546318188839b1ae57e66301251f/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java it is no longer possible to set the trustStore/keyStore with trust-store-path parameter or system property org.apache.activemq.ssl.trustStore if the system property javax.net.ssl.trustStore is already defined.
With JBoss EAP 6.4 this was possible, with EAP 7.3 this no longer works.
Reported by: mschmid
- clones
-
JBEAP-20092 [DDF] From my experience and from what I can see under
- Closed