在我的Spring MVC Web应用程序中遇到以下错误: javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求的目标的有效证书路径
在尝试对连接的metadate主机名执行ping操作时,
卷曲https://abc/xyz/idp/metadata
遇到此错误===
卷曲:(56)在CONNECT之后从代理接收到HTTP代码403。
我已将samlkeystore.jks文件添加到securityContext.xml的类路径中的安全文件夹中。并使用密钥库资源管理器工具制作了jks。但是这个错误仍然存在。我的securityContext.xml配置为样本saml文档中的配置。 https连接还需要其他吗? 有人可以指导根本原因吗?