Thanks for the reply Christopher.  So it sounds like Axis should
support 2-way SSL just by setting the keystore name & password?  I
know that WebLogic is set up correctly because I can use a WebLogic
client to connect successfully using the same certificates and
truststore, and if I point a browser at the server I get prompted to
pick a cert to send.

Thanks,
..Mel

On 9/28/05, Christopher S. Johnson <[EMAIL PROTECTED]> wrote:
> Mel -
>
> See inline..
>
> On Tue, 27 Sep 2005, Mel Hama wrote:
>
> > Can anyone give me some pointers on how to use 2-way ssl with an Axis
> > client calling a WebLogic 8.1 web service?  I've set:
> >
> > System.setProperty("javax.net.ssl.keyStore", "clientstore");
> > System.setProperty("javax.net.ssl.keyStorePassword", "password");
> > System.setProperty("javax.net.ssl.trustStore", "truststore.jks");
> > System.setProperty("javax.net.ssl.trustStorePassword", "password");
> >
>
> Setting the JVM system properties works but I would recommend against it,
> as it stops on the current properties and could open up problem later down
> the road.
>
> Another solution would be building your own custom socket factory as
> described in the following thread..
>
> http://marc.theaimsgroup.com/?l=axis-dev&m=112368752122921&w=2

<clipped>

Reply via email to