[Webtest] Re: SSL java 1.4.2 (Dierk Koenig)

Michael Jividen webtest@lists.canoo.com
Mon, 26 Jan 2004 10:41:10 -0800


At 12:48 PM 1/26/2004 +0000, you wrote:
Hi Mittie,

Thanks for the reply. I have tried with 1.3.1 and jsse to no avail. I get a 
different error:

[testSpec] -> gotoTarget(by url): https://order01.prognet.com:443/pt/order
.html
[testSpec] ERROR (Step.java:342) - cannot handle
[testSpec] java.net.SocketException: Socket closed
[testSpec] at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V
1.2-120198])
[testSpec] at com.sun.net.ssl.internal.ssl.AppOutputStream.write([Dash
oPro-V1.2-120198])
[testSpec] at java.io.OutputStream.write(OutputStream.java:56)
[testSpec] at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshak
e([DashoPro-V1.2-120198])
[testSpec] at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.
doConnect([DashoPro-V1.2-120198])
[testSpec] at com.sun.net.ssl.internal.www.protocol.https.NetworkClien

etc...

I don't have access to the logs, but if this is the only route I could try. 
Also, I remember reading about turning on java debugging for the handshake, 
how is this done?

Thanks
-mike

>tricky.
>
>the main point is: javax.net.ssl.SSLHandshakeException: Remote host clo
>sed connection during handshake
>
>Do you have access to the the host error log?
>
>Have you tried with a 1.3.1 JDK?
>
>cheers
>Mittie
>   -----Original Message-----
>   From: webtest-admin@lists.canoo.com
>[mailto:webtest-admin@lists.canoo.com]On Behalf Of Michael Jividen
>   Sent: Samstag, 24. Januar 2004 2:39
>   To: webtest@lists.canoo.com
>   Subject: [Webtest] SSL java 1.4.2
>
>
>   Ok, i have now installed 1.4.2 again and configured everything, including
>adding the cert to the keystore. I am still receiving an error. I also
>forgot to include my webtest code last time.. here it is and the output
>follows.