Re: Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread ANTONI MILTON
I already tried the same thing but no success. I didn’t give KeyRing.kbd, for that I gave keystore file. ( which the same one I used for creating the stub code ) How to create KeyRing.kbd file? Please give me any pointer Thanks Antoni Milton. Nadir Amra wrote: > > I assume you are

Axis C++ SSL Client: How the client take keystore ( client side certificate ) ?

2009-05-20 Thread ANTONI MILTON
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= ) and sucessfully compiled. Then i got