I have been using Axis2 client with default JSSE to create ssl connections.
Now I have a need to use Entrust certificate stores, so I can provide a JSSE
SSLSocketFactory or a socket to Axis2. I am having a hard time figuring out
how to go about it. I see that the previous versions (Axis) offered the
following approach which is no longer available:
org.apache.axis.AxisProperties.setProperty("axis.socketSecureFactory", "
mypackage.MySSLSocketFactory");
Any help is sincerely appreciated. Thanks!
Mahesh