SSLHandshakeException when making REST call to AIS server in Orchestrator
I created a REST connector that uses the LOCAL AIS CONNECTION to call the GetTextAttachment API on our AIS server for an orchestration to retrieve notes on a work order. It worked great in our 32 bit environment, but over the weekend we migrated to 64-bit using tools 9.2.6.1. Now I get this error when I try to use that connector:
"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"
What should we be checking to clear this error?
We have a few external applications calling orchestrations via API that use that REST connector service request and those calls are all failing.