Forgot to mention, I am using Active MQ 5.2 and spring 2.5.6.
Sumitb wrote: > > Hi, > > I am using spring configuration for activemq > > <amq:broker useJmx="true"> > <amq:persistenceAdapter> > <amq:amqPersistenceAdapter syncOnWrite="false" > directory="c:/avmsecure//informationserver/bin/activemq-data" > maxFileLength="20 mb"/> > </amq:persistenceAdapter> > > <amq:sslContext> > <amq:sslContext > keyStore="jms.private" keyStorePassword="changeit" > trustStore="is.public" trustStorePassword="changeit" /> > </amq:sslContext> > > <amq:transportConnectors> > <amq:transportConnector uri="ssl://localhost:61616" /> > </amq:transportConnectors> > </amq:broker> > > If I connect from client on the local machine, I am not facing any issue. > If I connect from remote client, I am getting unknown-certificate > exception. > > Any pointers will be appreciated. > > Thanks, > Sumit > -- View this message in context: http://www.nabble.com/unknown-certificate-Exception-connecting-to-broker-from-remote-host-tp23081498p23081592.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
