I am using Apache Axis 1.5.1 to encode a web service client connecting to the service via SSL. My application runs on Tomcat with SSL configuration in JKS. However, when I connect to the server, the connection fails because the certificate from our client is not sent to the server. Is this something you need to install in the client through code? Also note that the server does not need a username or password authentication. With SSL disabled, everything works fine.
Thank,
source
share