Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263543 | 15.0.3 | Sean Mullan | P2 | Resolved | Fixed | b02 |
JDK-8264653 | 13.0.8 | Yuri Nesterenko | P2 | Resolved | Fixed | b01 |
JDK-8257542 | 11.0.11-oracle | Sean Coffey | P2 | Closed | Fixed | b01 |
JDK-8258689 | 11.0.11 | Severin Gehwolf | P2 | Resolved | Fixed | b01 |
JDK-8261637 | openjdk8u292 | Sean Mullan | P2 | Resolved | Fixed | b03 |
JDK-8257627 | 8u291 | Sean Coffey | P2 | Closed | Fixed | b01 |
JDK-8262618 | emb-8u291 | Sean Coffey | P2 | Resolved | Fixed | team |
JDK-8257976 | 7u301 | Sean Coffey | P2 | Closed | Fixed | b01 |
The following test is failing in the JDK16 CI:
sun/security/util/HostnameMatcher/NullHostnameCheck.java
Here's a snippet from the log file:
----------System.err:(17/1200)----------
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at java.base/sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:172)
at java.base/sun.security.ssl.ClientHandshakeContext.<init>(ClientHandshakeContext.java:98)
at java.base/sun.security.ssl.TransportContext.kickstart(TransportContext.java:238)
at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:107)
at NullHostnameCheck.handshake(NullHostnameCheck.java:124)
at NullHostnameCheck.main(NullHostnameCheck.java:100)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: javax.net.ssl.SSLHandshakeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
- backported by
-
JDK-8258689 JDK-8202343 is incomplete
- Resolved
-
JDK-8261637 JDK-8202343 is incomplete
- Resolved
-
JDK-8262618 JDK-8202343 is incomplete
- Resolved
-
JDK-8263543 JDK-8202343 is incomplete
- Resolved
-
JDK-8264653 JDK-8202343 is incomplete
- Resolved
-
JDK-8257542 JDK-8202343 is incomplete
- Closed
-
JDK-8257627 JDK-8202343 is incomplete
- Closed
-
JDK-8257976 JDK-8202343 is incomplete
- Closed
- relates to
-
JDK-8202343 Disable TLS 1.0 and 1.1
- Resolved
- links to
-
Commit openjdk/jdk13u-dev/fa1b985c
-
Commit openjdk/jdk/b9db002f
-
Review openjdk/jdk13u-dev/167
-
Review openjdk/jdk/1327