我已经尝试过通过Jenkins 部署到容器插件将war文件部署到远程计算机上,并且它是成功的。tomcat为。稍后,我们在tomcat服务器上启用了SSL。现在,tomcat是。将war文件推送到此启用SSL的tomcat服务器上,现在出现以下异常时失败。关于JENKINS部署到容器插件上的SSL证书,没有任何选项可供选择。
Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names present
at sun
我的应用程序的数据源有他们的SSL证书过期,他们现在有一个新的SSL证书。当我尝试执行https:// POST时,这会导致调试器中出现javax.net.ssl.SSLException: Not trusted server certificate错误。
如何在我的应用程序中修复此错误?我是否需要重新部署到所有设备?
最近开始在部署以前部署的AWS terraform时获得Error: most_recent filtering on different ACM certificate statues is not supported。
没有做任何改变,我找不到这个错误通过谷歌太多。
产生错误的代码:
data "aws_acm_certificate" "primary" {
domain = local.primary_ssl_cert_domain
types = ["AMAZON_ISSUED"]
most_recen