crucible.bat --action getReviewList
returns:
Client error: Invalid request: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I've also tried pass the location of my JDKs truststore but I get the same SSLHandshakeException:
java -Djavax.net.ssl.trustStore="C:\Program Files\Java\jdk1.7.0_15\jre\lib\security\cacerts" -jar crucible-cli-3.2.0.jar --server "https://crucible.xyz.com/" --user "mywebusername" --password "mywebpassword" --action getReviewList
Here are some pointers to similar issues:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.