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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.