Re: SSL - Verify client certificates

2020-03-12 Thread Jean-Baptiste Onofre
Hi, I guess the missing part is the mutual authentication (validation of the client certificate). You need two things: 1. A truststore in the broker SSL context: 2. You need to enable the client need auth on the transport connector. For instance, for stomp: I will add this on website (it

SSL - Verify client certificates

2020-03-12 Thread chx
Hi, in the document there is one important instruction missing: https://activemq.apache.org/how-do-i-use-ssl /*Instruct ActiveMQ to require client authentication by setting the following in activemq.xml:*/ /- nothing -/ What is the instructio