Hello,
I trying to get some data from Avid INEWS, using their REST API web protocol.
Now , when I do asyncPost from Dashboard to the https URL, I getting that error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
But, if i do GET to that URL from chrome browser, i see json response.
Is there a way to disable that in dashboard?
Also, i saw that in other topic that it is possible to add to DashBoard.ini file that setting:
-Dcom.sun.net.ssl.checkRevocation=false
Unfortunately, its doesn't helps.
Other workflow can be importing that certificate (that i have downloaded using chrome, it have .cer extension), but i have no idea how to do that.
Thanks,
Alex.