keystore.exists()) {
System.setProperty("javax.net.ssl.trustStore",keystore.getPath());
System.setProperty("javax.net.ssl.trustStorePassword",keystorePass);
}
}
From: Nirmish Dholakia [mailto:[email protected]]
As part of the promotion of the Axis project to a top level project,
we have decided to create separate mailing lists for Axis 1 and Axis2.
For all Axis 1 related questions please subscribe and post to
[email protected]. Thanks!
Andreas
On Sat, Jun 19, 2010 at 01:46, Nirmish Dholak
Hi Group,
I need to use custom secure socket factory while communicating through axis
client to use self signed certificate . But even if I set custom factory
using System
.setProperty("org.apache.axis.components.net.SocketFactory","myfactory") ,
default (i.e.JSSESocketFactory) only getting c
Hi Group,
I need to use custom secure socket factory while communicating through axis
client to use self signed certificate . But even if I set custom factory
using System
.setProperty("org.apache.axis.components.net.SocketFactory","myfactory") ,
default (i.e.JSSESocketFactory) only getting c