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...



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/setting-up-c-client-app-using-CMS-using-SSL-client-certificate-auth-tp4664686p4664723.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to