I think my problem is about below issue:
mikmela wrote > It turned out that the PEM file that was configured as keystore didn't > have a private key. > So, to answer own question > decaf::lang::System::setProperty( "decaf.net.ssl.trustStore", > pathToClientTrustStoreInPemFormat); > decaf::lang::System::setProperty( "decaf.net.ssl.keyStore", > pathToClienteyStoreInPemFormat); > decaf::lang::System::setProperty("decaf.net.ssl.keyStorePassword", > clientKeyStorePassword); > > are all needed to set cms client for SSL client auth... Because i have got the pem file error not the ssl handshake error. But the point is: how we generate the truststore and keystore in pem format? As i know ts format is not supported ? -- View this message in context: http://activemq.2283324.n4.nabble.com/setting-up-c-client-app-using-CMS-using-SSL-client-certificate-auth-tp4664686p4674029.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.