temurin-build: Windows builds look universally broken today (gradle/SSLException)
Looks to be failures on (probably) all windows builds last night:
Downloading https://services.gradle.org/distributions/gradle-5.2.1-bin.zip
Exception in thread "main" javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1959)
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (21 by maintainers)
Looking at the console log I could tell from the messages it wasn’t picking them up, but it may have been because they were pointing to the wrong place…? We will see tomorrow!
https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-openj9/586/ From the looks of it, changing them to the correct path has fixed it