I assume you are using AXIS C++? If so, you can so so programmatically via the setSecure method on stub.
stub->SetSecure( "<path to KeyRing.kbd>", "<password or stash>", "<label>", "NONE", "05", "NONE", false); Nadir Amra ANTONI MILTON <antoni_in...@yahoo.com> wrote on 05/20/2009 09:13:10 AM: > [image removed] > > Axis C++ SSL Client: How the client take keystore ( client side > certificate ) ? > > ANTONI MILTON > > to: > > axis-c-dev > > 05/20/2009 09:13 AM > > Please respond to "Apache AXIS C Developers List" > > > Hi All, > > Now i am working in axis cpp SSL setup.In server.xml enable the clientauth > as true.In client side i create the Stub code using wsdl location , trsuted > store,key stroe files ( dynamically set the JVM property using like > -Djavax.net.ssl.trustStore=<file name> ) and sucessfully compiled. > > Then i got the below error when i running the client. > > HTTPTransportException:Client failed to open No Errors > > I think, we need to give keystroe file location for client prg. But How? > Is there anything we need to configure in axiscpp.config? > What is the purpose for SecurityInfo filed in axiscpp.config ? > > Thanks > Milton. > -- > View this message in context: http://www.nabble.com/Axis-C%2B%2B- > SSL-Client%3A-How-the-client-take-keystore-%28-client-side- > certificate-%29---tp23636325p23636325.html > Sent from the Axis - C++ - Dev mailing list archive at Nabble.com. >