如何在 Netflix Conductor 中调用 HTTPS url

How to call HTTPS urls in Netflix Conductor

提问人:Vishal Duke 提问时间:5/4/2023 最后编辑:Madan BhandariVishal Duke 更新时间:5/13/2023 访问量:232

问:

需要帮助来调用 HTTPS 的 URL,目前低于 ERROR:

由于以下原因,无法调用 HTTP 任务:java.lang.Exception:I/O 错误 POST 请求 “https://localhost:8080/uri”:PKIX 路径构建失败: sun.security.provider.certpath.SunCertPathBuilderException:无法 查找所请求目标的有效认证路径;嵌套异常是 javax.net.ssl.SSLHandshakeException:PKIX 路径构建失败: sun.security.provider.certpath.SunCertPathBuilderException:无法 查找所请求目标的有效认证路径

在 Conductor Server 中配置 CERT 的位置

  1. 我试图将证书保存在文件中,但这是解决方法JAVA_HOME/security/cacert
  2. 我还知道它的 spring boot 项目,我们可以在 conductor 的应用程序属性中给出路径
  3. 提出了论坛 https://github.com/Netflix/conductor/discussions/3601 https://github.com/Netflix/conductor/discussions/3600 的问题
HTTPS Netflix 导体

评论

0赞 josephjacobmorris 6/28/2023
我相信你应该使用http来代替,如果url中的https

答: 暂无答案