Netflix / conductor-community

Apache License 2.0
61 stars 71 forks source link

HTTP task calling HTTPS with certs #292

Open Akash47 opened 8 months ago

Akash47 commented 8 months ago

Hi Everyone,

Need help to call URL's which are HTTPS , currently getting below ERROR :

Failed to invoke HTTP task due to: java.lang.Exception: I/O error on POST request for "https://localhost:8080/uri": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
where to configure cert in conductor server