[8u-dev] RFR 8190690: Impact on krb5 test cases in the 8u-CPU nightly

2017-11-09 Thread Weijun Wang
Please review the fix at http://cr.openjdk.java.net/~weijun/8190690/webrev.00/ Before this fix, a static block in KDC.java set a customized name service provider. Some recent change (jdk8u161?) inside JDK might have added a name lookup before this provider is set and the provider is never lo

java.net.ConnectException: Received fatal alert: unexpected_message

2017-11-09 Thread Sean Dawson
Hello, We have a server that makes a request to another one using (com.ning) AsyncHttpClient and we're having an issue getting TLS working. I've looked at quite a few Google results but they don't seem to apply; or the suggestions don't make a difference in our case. Java 1.8.0_131 Both servers o

8190917: SSL session resumption broken for protocols other than TLSv1.2

2017-11-09 Thread Jaikiran Pai
(Moved from jdk9-dev list[1] to here) I would like to contribute a patch, containing a potential fix and a test case, to the issue reported at https://bugs.openjdk.java.net/browse/JDK-8190917. This is going to be my first contribution to OpenJDK, so I would need some guidance/help in having t