With Certificate Propagation in 3.9.0 using SSL in this resource is broken.
On Concourse there will not be a java sub-directory inside /etc/ssl/certs/ anymore.
In this way the resource erros with
java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Because the directory is not present, using repository_cert will also result in an cp-error ('No such file or directory').
Using skip_cert_check: true gives the same RuntimeException
With Certificate Propagation in 3.9.0 using SSL in this resource is broken. On Concourse there will not be a java sub-directory inside /etc/ssl/certs/ anymore. In this way the resource erros with
Because the directory is not present, using repository_cert will also result in an cp-error ('No such file or directory'). Using skip_cert_check: true gives the same RuntimeException