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 Robert Nicholson <ro...@elastica.com> on 2005/03/12 02:40:29 UTC

Apache soap and Weblogic 7.0 SSLSocketFactory

Can anybody tell me if apache soap work with weblogic 7.0 as far as 
setting up the SSLSocketFactory correctly?

I noticed in SSLUtils that it does not get the SSLSocketFactory from  
an SSLContext but instead called SSLSocketFactory.getDefault() or some 
such and in my case the SocketImpl in Weblogic that gets created does 
not correctly have it's trusted certificates setup right.

Does Axis always use the SSLContext to get the SSLSocketFactory?