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
- I tried to keep cert in
JAVA_HOME/security/cacertfile but this is something workaround - Also I knew its spring boot project where we can give path in app properties of conductor
- Raised issue with forum https://github.com/Netflix/conductor/discussions/3601 https://github.com/Netflix/conductor/discussions/3600