JDK-8203793 : cacerts/VerifyCACerts.java fails with java.lang.Exception: At least one cacert test failed
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 10,11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x,windows
  • CPU: x86_64
  • Submitted: 2018-05-24
  • Updated: 2019-01-14
  • Resolved: 2018-05-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 7 JDK 8
11 b16Fixed 7u201Fixed 8u191Fixed
Related Reports
Relates :  
Description
Test: lib/security/cacerts/VerifyCACerts.java

----------System.err:(13/806)----------
ERROR: cert "equifaxsecureca [jdk]" expiry "Wed Aug 22 16:41:51 GMT 2018" will expire within 90 days
java.lang.Exception: At least one cacert test failed
	at VerifyCACerts.main(VerifyCACerts.java:361)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
	at java.base/java.lang.Thread.run(Thread.java:832)

JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
Comments
I am still waiting for OpenJDK review of this fix.
25-05-2018

Review request sent: http://mail.openjdk.java.net/pipermail/security-dev/2018-May/017201.html
24-05-2018