欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

unable to find valid certification path to requested target

程序员文章站 2022-05-01 14:49:23
...

在cas单点登录的时候遇unable to find valid certification path to requested target错误,错误如下:
unable to find valid certification path to requested target
是因为没有将证书导入到JDK证书库

keytool -import -trustcacerts -alias java1234 -file D:/cas/keystore/java1234.cer -keystore "C:/Program Files/Java/jdk1.8.0_131/jre/lib/security/cacerts"

导入了证书,还要注意开发工具有没有使用相关jdk,我的IDE没有使用正确的jdk导致。
unable to find valid certification path to requested target

关于访问https证书,可以参考网上相关教程

CAS采用HTTPS协议处理用户请求,所以我们需要配置Tomca