GlassFish Ci unable to download some Maven dependencies because of trustAnchors parameter must be non-empty
Running a build job on the GlassFish CI we fet the following:
Could not transfer artifact org.jboss.arquillian.junit5:arquillian-junit5-container:jar:1.10.0.Final from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
This should be a perfectly normal dependency, that one can easily download.
What can be the problem here?
Edited by Arjan Tijms