Re: How to configure a symmetric cluster with SSL acceptors/connectors

2017-06-14 Thread igge47
Hello Justin, you were right! I changed the "0.0.0.0" for the IP addresses, and the SSL connection was finally established. Then, I hope this config can be useful for other people with problems when setting an SSL connection. Thanks, igge47 -- View this message in context: http://activemq.2

Re: How to configure a symmetric cluster with SSL acceptors/connectors

2017-06-14 Thread igge47
Hello Justin, you were right! I changed the "0.0.0.0" for the IP addresses, and the SSL connection was finally established. I hope then this config I have done here can be fix other people's doubts. Thanks, igge47 -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQ7-s

Re: How to configure a symmetric cluster with SSL acceptors/connectors

2017-06-13 Thread Justin Bertram
could you work up a reproducible test-case using e.g. one of the clustered examples shipped with the broker? Justin - Original Message - From: "igge47" To: users@activemq.apache.org Sent: Tuesday, June 13, 2017 6:47:33 AM Subject: How to configure a symmetric cluster with SSL acc

How to configure a symmetric cluster with SSL acceptors/connectors

2017-06-13 Thread igge47
uot; keyStorePassword="admin011" clientAuth="false" trustStorePath="/opt/amq/jboss-amq-7.0.0.redhat-1/roki1/etc/truststore_https.jks" trustStorePassword="admin011"> Looking forward to receiving a further guidance, Ignacio