我有一个 Spring Boot 应用程序,我从该应用程序对另一个应用程序进行 https 调用,我需要将其证书添加到我的 cacerts 以使连接成功。否则,它会抛出以下异常
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
我通过使用非 dockerized 部署验证了这可以正常工作。所以,我知道问题是什么和补救措施。
如何为从 gradle 创建的 jibDocker 映像指定 cacerts 文件?