You've only generated the public/private keypair that goes in the server-side keystore. You'll also need to generate a certificate for the public key of that pair and send that to a certificate authority to sign. Then the public key certificate of that authority needs to be in the client's keystore.
[1] has some good information about generating certs etc (but isn't specifically intended for SSL) [2] is specifically for SSL (and basic authentication. [1] http://wso2.org/library/174 [2] http://www.ibm.com/developerworks/library/ws-sec1.html Hope this helps, Steve ______________________________________________ Steve Gruverman IntelliCare, Inc. | A Medco Health Solutions Company "prashants b" <[EMAIL PROTECTED]> wrote on 05/22/2008 09:49:40 AM: > Generated keystore file I copied at location C:/cert > In Axis2 client I set the system properties as > > System.setProperty("javax.net.ssl.trustStore", "C:/cert/.keystore"); > System.setProperty("javax.net.ssl.trustStorePassword", "mypassword"); > > If I am not wrong this is the only required thing to set in client > to call WS through SSL. > What am I missing here, as getting this exception at client > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
