博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cas认证PKIX path building failed错误解决方法
阅读量:7010 次
发布时间:2019-06-28

本文共 356 字,大约阅读时间需要 1 分钟。

  hot3.png

提示错误大概的内容如下: 

sun.security.validator.ValidatorException: PKIX path building failed... 
解决方法: 
需要将申请的证书用keytool命令导入到jre中: 

Cmd代码 

keytool -import -alias tomcatsso -file "D:\java\jdk1.6.0_11\jre\lib\security\server.crt" -keystore "D:\java\jdk1.6.0_11\jre\lib\security\cacerts" -storepass changeit  

其中changeit是jre默认的密码。

转载于:https://my.oschina.net/qiaojj/blog/675724

你可能感兴趣的文章
Hbase常用操作
查看>>
一行命令学会全基因组关联分析(GWAS)的meta分析
查看>>
第二阶段冲刺——six
查看>>
模块封装代码
查看>>
《Machine Learning》(第一章)序章
查看>>
【右键禁用U盘的小技巧】
查看>>
执行sql语句后的数据处理api
查看>>
jquery $.each的用法
查看>>
Python --元组与列表的差异
查看>>
PHP TP增删改
查看>>
VMware虚拟机与主机联通及配置上网
查看>>
single-row function和muti-row function
查看>>
keepalived
查看>>
意向锁
查看>>
线性规划
查看>>
常见错误分析-笔记
查看>>
P1256 显示图像(广搜)
查看>>
MongoDB(课时29 MapReduce)
查看>>
Slurm任务调度系统部署和测试(源码)(1)
查看>>
李超树详解
查看>>