JDK-8254600 : javax/net/ssl/Stapling/StapleEnableProps.java failed with "SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false"
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 16
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2020-10-12
  • Updated: 2024-04-11
  • Resolved: 2024-04-11
Related Reports
Duplicate :  
Description
The following test failed in the JDK16 CI:

javax/net/ssl/Stapling/StapleEnableProps.java

Here's a snippet from the log file:

----------System.err:(15/1198)----------
javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
	at StapleEnableProps.checkServerHello(StapleEnableProps.java:641)
	at StapleEnableProps.testServerProp(StapleEnableProps.java:338)
	at StapleEnableProps.main(StapleEnableProps.java:130)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	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.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:832)

JavaTest Message: Test threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
----------rerun:(42/7244)*----------

Normally a Tier2 test failure would start out as a P3, but
this failure is intermittent so starting it as a P4.
Comments
Only issues that are associated with changesets should be closed as "Fixed". If this issue is indeed fixed by JDK-8300939, this bug should be closed as a duplicate of JDK-8300939..
11-04-2024

This has been fixed by JDK-8300939. No incidence of this issue seen since 6/8/2023.
10-04-2024