Re: Problems using SOAP with SSL

2001-10-26 Thread Dora Potluri
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

Re: Problems using SOAP with SSL

2001-10-25 Thread David Melgar
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:

RE: Problems using SOAP with SSL

2001-10-24 Thread Ahmed Dinar
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