SSL error

2001-05-28 Thread Saint-Martin Cecile
I followed the instruction at http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-soap/java/docs/install/FAQ_Tomcat_SOAP_SSL.html to use SSL over SOAP... and I have this error when invoking service : java.lang.reflect.InvocationTargetException: javax.net.ssl.SSLHandshakeException: unknown C

Re: SSL error

2001-05-29 Thread Saint-Martin Cecile
#x27;t they? Cecile Saint-Martin [EMAIL PROTECTED] - Original Message - From: "Zhou Ruiyi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 3:50 AM Subject: Re: SSL error > I think you have used the unsigned or invalid CAs > > ----- Or

SSL Error Solved

2001-05-29 Thread Saint-Martin Cecile
I have found where the problem is. We use IBM JDK1.3, it contains Jsse classes. Moreother I have download Jsse Sun classes (fo doc and samples), and Tomcat uses them, but my client uses IBM classes. That was the problem. I try to use IBM Jsse classes in both tomcat and client but tomcat throw an