Hi,

I'm trying to make soap calls over https.  I am getting the following error
when I try to ...

Caused by: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate

This occurs at the point in the code where I "invoke" the soap call.

I found an article at
http://www.discursive.com/articles/2002/06/tomcat_ssl.html that I used to
get my client working for doing a straight post over https.  I had to use
the deprecated classes to get the https stuff to work (I have no idea if
this is really the correct thing to be doing).  Anyway, after I got this to
work, I tried using an https url to reference the service for my soap
call/client and no matter what I've tried, I get the error message above.

Can anyone help with a step-by-step of what to do to use SSL for http and
soap using tomcat 4.1.18 and axis?  (I can change versions if necessary).


Pat Grever
Software Development Engineer
iIPS Connectivity - Management & Applications Lab
Phone:  208.396.2522
Fax:      208.396.4796
[EMAIL PROTECTED]


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

Reply via email to