I have seen that document, that is what I used to set it up in the first
place... I have SSL with SOAP working fine... when the client is running on
XP or 2000, not when running on 95 or 98... it only happens on that platform
(maybe others I don't know) but it has worked fine on a 2 different machine
running 2000... I tried debug=all still didn't give me anything useful... I
am using client.keystore for my certificates.. but also I point to it using
a system.property file...

Jeremy

-----Original Message-----
From: Teodoro Megliola [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 11:14 AM
To: soap-user
Subject: RE: SSL/SOAP: Error opening socket - only in 95/98...


Hi Jeremy,

I've been fighting exactly this exception for days!!!

You DID check
http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html, didn't
you... otherwise do it KNOW :-)

Run the example with -Djavax.net.debug=all and check out if at the end it
says something like "unknown_certificate" --> that was the crucial part!!!

Make sure you use valid server certificates and make sure you use the right
"...jre\lib\security\cacerts" file, e.g. one that has imported the server
side certificates.

Give it a try...
Teo


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 5:03 PM
To: [EMAIL PROTECTED]
Subject: SSL/SOAP: Error opening socket - only in 95/98...


HI, my set up is as follows:

Apache 1.3.22 with mod_ssl 2.61 OPENSSL 0.9.5
Tomcat 3.3
SOAP 2.2
JSSE 1.0.2

I have a SOAP client that works perfectly with and without SSL when running
the client from Windows 2000 or XP.  However when I try to test the client
from 95/98 with SSL I get the following error:

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: null;
targetException=java.lang.IllegalArgumentException: Error opening
socket:null]

I don't know if the problem is with SSL, when I run my client with the
following option -Djavax.net.debug=SSL , I don't get any additional
information... But none the less it works if I don't use SSL...

Thanks

Jeremy



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to