We are currently trying to connect to the DSS REST API and encounter the following error.
"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"
The team was successful in connecting to the REST API in a standalone program. But when the application was deployed using a JBoss server the error was encountered. While searching in the Q&A of the developers forum, it was mentioned that the issue could be due to the SSL certificate.
Where can we get the latest SSL certificate for the DSS REST API?