Client Web Service call over SSL using Apache Axis

Posted by java_pill on Stack Overflow See other posts from Stack Overflow or by java_pill
Published on 2010-02-25T18:17:51Z Indexed on 2010/04/13 2:12 UTC
Read the original article Hit count: 334

Filed under:
|
|

I'm using Apache Axis 1.5.1 to code a web service client connecting to a service over SSL. My application is running in Tomcat with SSL configuration setup in JKS. However, when I connect to the server, the connection is failing because the cert from our client is not being sent to the server. Is this something that has to be set in the client through code? Also note that the server does not need any user name or password authentication. With SSL turned off, everything works fine.

Thanks,

© Stack Overflow or respective owner

Related posts about axis

Related posts about java