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
I wouldn't expect a connector using "0.0.0.0" to actually work unless the thing using that connector was on the same machine as the server where it's configured. Can you configure all your connectors to use actual IP addresses? If you still have problems after this could you work up a reproduci