How to call HTTPS urls in Netflix Conductor

339 views Asked by At

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

  1. I tried to keep cert in JAVA_HOME/security/cacert file but this is something workaround
  2. Also I knew its spring boot project where we can give path in app properties of conductor
  3. Raised issue with forum https://github.com/Netflix/conductor/discussions/3601 https://github.com/Netflix/conductor/discussions/3600
0

There are 0 answers