REST connector with self signed certificates
Hi,
We're trying to connect our Pega application to an external service through a REST Connector. The service is using self signed certificate, so we want our application to accept self signed certificates.
Any ideas on how to do it?
In addition we were able to test on POSTMAN unchecking the option "SSL certificate Verification", but we didn't find any similar option on the REST connector.
The error we're receiving is the following:
"Caught unhandled exception: java.lang.RuntimeException: 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"