You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by csj <jo...@clarkson.edu> on 2005/05/12 13:47:49 UTC

passing certificate information to axis

All -

Currently I have a service that requires ssl mutual authentication by the
client to connect.  For testing I had been using System.setProperty
settings to give the JVM and Axis knowledge of client certificate this
works great for basic testing but is not suitable for real world
applications in this case.

How can I pass certificate information to Axis without overwriting the
users system properties?

Thanks