Hi,

Specify your keystore details as follows, before doing the call.

System.setProperty("javax.net.ssl.trustStore", "x");
System.setProperty("javax.net.ssl.trustStoreType", "y");
System.setProperty("javax.net.ssl.trustStorePassword","z");


Thank you,
Dimuthu

http://wso2.org

On Mon, 2007-10-01 at 16:03 -0400, Gul Onural wrote:
> Hi,
> 
> Looks like when we use HTTPS/SSL to communicate with a web service
> running on Linux, 
> the keystore is used is the one under where JAVA_HOME environment
> variable points to  
> (%JAVA_HOME%/jre/lib/security/cacerts).
> 
> Is there a way to configure axis2 to use default keystore
> (~/.keystore) on Unix/Linux ?
> 
> Gul
> 
> 
> 
> 
> 
> 
-- 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to