^M[WARNING] Could not transfer metadata org.familysearch.digitalarchive:prestapequeue:3.1.0-SNAPSHOT/maven-metadata.xml from/to fch (https://mvn.fsglobal.net/content/groups/dev): Error transferring file: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
meant “download and install the .pem or .cert file you need”
To import into java, cd in an “administrator” command prompt to wherever your java’s cacert file is, then, if it’s a .pem (password is “changeit”)
- keytool.exe -importcert -file full/path/to/fch-cacert.pem -keystore cacerts -keypass changeit -storepass changeit
if it’s a .crt
keytool -importkeystore -srckeystore /full/path/to/fh-keystore -destkeystore “%JAVA_HOME%\jre\lib\security\cacerts”