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
TECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Problems using SOAP with SSL Folks, We are trying to use SSL (Sun's JSSE) and we get the following error when trying to access this soap service. The code we have works fine from accessing via the intrane

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

Problems using SOAP with SSL

2001-10-23 Thread Dora Potluri
Folks, We are trying to use SSL (Sun's JSSE) and we get the following error when trying to access this soap service. The code we have works fine from accessing via the intranet. It gets this IllegalArgumentException when run outside our network? Any ideas on what causes this error? Th