David,
Thanks that was the problem. Once I used the correct soap jar that had SSL
support, everything just worked fine.
Thanks
dora
[EMAIL PROTECTED] wrote:
[EMAIL PROTECTED]">
Are you using a proxy? SSL proxy support was added after 2.2 release. You'dneed to pickup a nightly build.David
Are you using a proxy? SSL proxy support was added after 2.2 release. You'd
need to pickup a nightly build.
David Melgar
Web Services Toolkit Development
Emerging Technologies
[EMAIL PROTECTED]
Dora Potluri <[EMAIL PROTECTED]> on 10/23/2001 05:01:11 PM
Please respond to [EMAIL PROTECTED]
To:
Title: RE: Problems using SOAP with SSL
hi try this
try to instantiate SSLSocketfactory with jsse like this:
java.security.Security.insertProviderAt(new com.sun.net.ssl.internal.ssl.Provider(), 1) ;
System.setProperty("java.protocol.handler