PKIX path building failed during ticket authentication
We are building a mashup to integrate Qlik apps into our web application. The services for the application are written in Java, and we are using ticket authentication, utilizing certificates generated on the Qlik Sense server, placed into Java keystores. The application works in our development environment but we are getting the following error in our new staging environment:
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 scoured the support forums and the internet for solutions, so far to no avail. Any ideas? Thanks.