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
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
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
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