On Tue, Jun 15, 2010 at 7:10 AM, Philippe Frangioni <[email protected]> wrote: > Hi all, > We're using Axis2 > 1.5.1 and the container we use is Tomcat 6. > We want to set up Mutual SSL authentication. So we started with > authenticating the server and it went fine. > - The server has its own keystore (self signed certificate) and Tomcat has > an SSL connector. > - If we make a web service call with a browser, it's refused until we > decide to trust the certificate. > - If we make a web service call with our java client (using a > RPCServiceClient), it's refused. > - If we provide a truststore to our java client using > -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword, the call > works fine.
Does this help? http://ws.apache.org/axis2/1_5/http-transport.html#httpsupport - R --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
