commit | ab3aa4bfcbeab2411b981abfe41336dfba6cc222 | [log] [tgz] |
---|---|---|
author | John Jiang <sha.jiang@oracle.com> | Tue Jan 24 18:41:36 2017 -0800 |
committer | Hamlin Li <mli@openjdk.org> | Tue Jan 24 18:41:36 2017 -0800 |
tree | 24cdb184beb5e1283c1361fbd54f9ae978c5bfe8 | |
parent | db38e8df3b8375550d466d1c7e962a2cffcbb938 [diff] |
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake" The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers. Reviewed-by: xuelei