You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by benjamine <ni...@gmail.com> on 2009/06/17 17:39:02 UTC

SSL communication is failing..

HI All,

   To Configure SSL communication I am following the below URL from activeMQ
http://activemq.apache.org/how-do-i-use-ssl.html

   I followed all the steps which is mentioned in the above url
   This is my configuration

    <amq:sslContext>
			      <amq:sslContext 
			      		keyStore="broker.ks" keyStorePassword="pass123"
			      		trustStore="client.ts" trustStorePassword="pass123"/>
			    </amq:sslContext>		
			    <amq:transportConnectors>
			      <amq:transportConnector uri="ssl://localhost:61625" />
			    </amq:transportConnectors>		


>From the client side i am following all the steps which is mentioned in the
list.

kerstore which i am setting in the client side  : client.ks ( tried with
broker.ks also)
trustedstore client.ts

06-17 10:35:25 [ActiveMQ Transport Initiator: /172.20.106.64:4050] ERROR
(org.apache.activemq.broker.TransportConnector$1:onAcceptError)     - Could
not accept connection : Received fatal alert: certificate_unknown

would you please let me know where i am wrong.

Thanks in advance.
Ben

-- 
View this message in context: http://www.nabble.com/SSL-communication-is-failing..-tp24076328p24076328.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.