-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b139
-
generic
-
generic
sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed intermittently with javax.net.ssl.SSLHandshakeException:
Please refer to the test output:
----------System.out:(2/197)----------
Testing /Users/aurora/sandbox/testbase/jdk/test/sun/net/www/protocol/https/HttpsClient/.//dnsstore
Testing /Users/aurora/sandbox/testbase/jdk/test/sun/net/www/protocol/https/HttpsClient/.//ipstore
----------System.err:(30/2084)----------
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1022)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:949)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1356)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1383)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1367)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:235)
at ServerIdentityTest.doClientSide(ServerIdentityTest.java:129)
at ServerIdentityTest.startClient(ServerIdentityTest.java:272)
at ServerIdentityTest.<init>(ServerIdentityTest.java:202)
at ServerIdentityTest.main(ServerIdentityTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:156)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:995)
... 19 more
Please refer to the test output:
----------System.out:(2/197)----------
Testing /Users/aurora/sandbox/testbase/jdk/test/sun/net/www/protocol/https/HttpsClient/.//dnsstore
Testing /Users/aurora/sandbox/testbase/jdk/test/sun/net/www/protocol/https/HttpsClient/.//ipstore
----------System.err:(30/2084)----------
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1022)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:949)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1356)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1383)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1367)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:235)
at ServerIdentityTest.doClientSide(ServerIdentityTest.java:129)
at ServerIdentityTest.startClient(ServerIdentityTest.java:272)
at ServerIdentityTest.<init>(ServerIdentityTest.java:202)
at ServerIdentityTest.main(ServerIdentityTest.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:156)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:995)
... 19 more
- duplicates
-
JDK-8134291 Few test failed with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
-
- Closed
-
- relates to
-
JDK-8166530 sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
-
- Resolved
-