>>>>
SSL-question
==========
I use Java 1.4.0 and Apache soap 2.2
Furthermore I use https with client and server certificates.
If I call repeatadly it seems that the client just loose the connection
 now and again. As this happens the call takes "0" seconds as supposed
 to the normal 2-5 seconds. The result is a SOAP-exception that says that
 no HTTP-status has been returned.

I have no clue as to where the problem lies. For each call I create a new
SOAPHTTPConnection.
Can anyone tell me if I'm supposed to do something special or maybe explain
how I can
 find out why the HTTP-status is not there (i.e. why the socket (?) just
went tired)...

If I use plain HTTP this does not happen.
<<<<

Leif,

Since Apache SOAP uses only a few SSL-specific calls, I fear the behavior my
have something to do with the SSL implementation in the J2SDK.  Have you
attempted to produce a similar problem with a simple example, such as the
URLReader sample from the JSSE reference implementation?  You could add a
loop and/or change the server.

Have you tried any variations, such as JDK 1.3.1 with JSSE 1.0.3?  That's my
config: maybe I'll have a chance to run some tests later.

Scott Nichol



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to