You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Antonino Galletta <an...@cribecu.sns.it> on 2002/02/14 07:06:11 UTC

Soap https problems

Dear all,

I'm tryng ot use apache soap 2.2and Tomcat 3.2  to build https
clients/server following the instruction on
<http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html>

but i fonded two problem:

	1 including the tag  <Parameter name="clientAuth" value="true"/> into the
tomcat config file server.xml
	  the iexplorer is not able to to connect the Tomcat also if the server
certificate has ben imported.

	2 connecting to the server with a Java soap client it trows this exception
	  	Using https to connect to owtp10 on port #8443
		Caught SOAPException (SOAP-ENV:Client): Error opening socket: null
		[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: null;
targetException=java.lang.IllegalArgumentException: Error opening socket:
null]
        	at
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.ja
va:324)
        	at org.apache.soap.rpc.Call.invoke(Call.java:205)

	  but the port #8443 is open on the server.


Thank for your help
Antonino Galletta