Skip to Content
0
Former Member
Mar 18, 2009 at 06:24 PM

getting error using Publish to crystalreports.com tool

33 Views

I've been using the publish tool without problem for a few months, but today when trying to publish a report, I'm getting the following error message:

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

In googling to try to find out more about this error, I came across this explanation:

when trying to open an SSL connection to a host using JSSE. What this usually means is that the server is using a test certificate (possibly generated using keytool) rather than a certificate from a well known commercial Certification Authority such as Verisign or GoDaddy. Web browsers display warning dialogs in this case, but since JSSE cannot assume an interactive user is present it just throws an exception by default.

Has something expired on the cr.com end?