I am sorry forgot to mention the error message, the error I get is 

java.rmi.RemoteException: ; nested exception is: 
        HTTP transport error: javax.xml.soap.SOAPException:
java.security.PrivilegedActionException: javax.xml.soap.SOAPException:
Message send failed: sun.security.validator.ValidatorException: No
trusted certificate found

Thanks 

-----Original Message-----
From: Srikanth Madarapu 
Sent: Tuesday, May 16, 2006 11:34 AM
To: users@tomcat.apache.org
Subject: Client certificate

Hi

  I am new to tomcat. I have a jsp that connects to a web service
available on a secure server. I need to have the client certificate so I
have set the following system properties.

   System.setProperty( "javax.net.ssl.trustStore", "C:/Tomcat
5.5/webapps/SSO/client.keystore" );
   System.setProperty( "javax.net.ssl.trustStorePassword", "changeit");

 But it doesn't work, can somebody help how to achieve this.

Thanks
Srikanth

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

Reply via email to