You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Joatham <co...@joathamperezexposito.es> on 2011/01/05 17:30:37 UTC

Unable to authenticate transport without SSL certificate

Good afternoon,

I am creating creating a broker ssl. I get the following error:

Without transport Unable to authenticate SSL certificate

My configuration is:

secure.xml

        <sm:keystore name="default"
            path="classpath:truststore.jks"
            keystorePassword="changeit"
            keyPasswords="username=password" />

What username and password should go?

My configuration activemq.xml

    <amq:sslContext>
                <amq:sslContext
                keyStore="broker.ks" keyStorePassword="changeit"
                trustStore="truststore.jks" trustStorePassword="changeit"/>

    </amq:sslContext>

    <amq:transportConnectors>
       <amq:transportConnector name="${tcp.broker.name}"
uri="${tcp.broker.uri}" discoveryUri="${tcp.broker.multicast}"/>
       <amq:transportConnector name="${ssl.broker.name}"
uri="${ssl.broker.uri}" />
    </amq:transportConnectors>


What am I doing wrong?
-- 
View this message in context: http://servicemix.396122.n5.nabble.com/Unable-to-authenticate-transport-without-SSL-certificate-tp3329080p3329080.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.