how to debug cert error in ccollab cli on win7
We just upgraded from 8.4 to 9.5.9501. We have one user that is getting this error when trying ccollab login from a cmd box:
PKIX path building failed... unable to find valid certification path to requested target.
We have a custom CA cert for our project. We have added our CA using the Java control panel, adding it under Secure Site CA.
I know in the past we would get a message and it let us accept the collab server certificate, but this just errors out now on this one machine.
Is there anyway to get more runtime debugging or fix this?
OK, it turns out its a Java configuration problem. The way I was trying to add the CA cert or server cert was either wrong or doesn't work anymore. I did add our CA cert to the system certs in java's lib/security/cacerts file using keytool and now it works.
In the past, with this error, it would prompt if we wanted to permanantly accept the servers cert. That prompt no longer occurs. I don't know if that is because it's a different Java version, or Java settings, or if that was something in the ccollab client code