Hello,
I have the following configuration and I want to use the https-Protocol. It
works with ssl but not with https:
<sslContext>
<sslContext
keyStore="file:${activemq.base}/conf/broker.ks"
keyStorePassword="aa"
trustStore="file:${activemq.base}/conf/broker.ts"
trustStorePassword="aa"/>
</sslContext>
<transportConnectors>
<transportConnector
uri="https://10.383.939.292:61616?needClientAuth=true" />
</transportConnectors>
Can you please help me what the problem here is?
--
View this message in context: http://old.nabble.com/https-tp27563446p27563446.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
|