Box JDK And SSL Troubleshooting
AnsweredWe use the box api for years and just started getting this error ( unable to find valid certification path to requested target) on May 9th 2018. we are still getting a day later (may 10th 2018), however, at one point at 7am May 10th, our process did run successfully. odd.
i have added the der cert to our java trustStore, but we are still seeing the error. we are currently running on java 8.
Does anyone know if something has changed that would require us to update our code?
-
This is a problem with the SSL certificate or the Certificate Authority certificate not being found in your keystore/truststore.
Common solutions are explained in the links below:- https://stackoverflow.com/questions/4062307/pkix-path-building-failed-unable-to-find-valid-certification-path-to-requested
- https://community.hortonworks.com/questions/167502/nifi-ssl-unable-to-find-valid-certification-path-t.html
Best regards!
Please sign in to leave a comment.
Comments
1 comment