Skip to content

Conversation

@xingyaner
Copy link
Contributor

The fundamental reason for the fuzzing build error is that the OpenJDK version 11.0.0.1 used in the Dockerfile is too outdated. Its built-in TLS protocol and root certificate do not support the current mandatory security standards of Maven Central. This led to an SSL handshake failure when Maven was downloading dependencies.

This problem was successfully solved by upgrading the Java version in the Dockerfile to Adoptium Temurin JDK 11.0.22+7 that supports the modern TLS standard.

@github-actions
Copy link

xingyaner is a new contributor to projects/threetenbp. The PR must be approved by known contributors before it can be merged. The past contributors are: arthurscchan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant