解决unable to find valid certification path to requested target
程序员文章站
2022-05-01 14:49:23
...
这是由于没有数字证书解决方法
1.保存需要访问网站的证书
2.保存好证书之后,打开dos窗口并切换到安装jre的目录
需要注意的是项目中使用的是哪个jre,
执行如下命令
keytool -import -alias zs -keystore cacerts -file D://zs.cer
库**口令输入:changeit
是否信任:Y
查看证书,**仍然是changeit
keytool -list -keystore cacerts -alias zs
删除证书
keytool -delete -alias zs -keystore cacerts
上一篇: unable to find valid certification path to requested target
下一篇: IDEA unable to find valid certification path to requested target。PKIX path building failed
推荐阅读
-
AndroidStudio构建项目提示错误信息“unable to find valid certification”的完美解决方案
-
unable to find valid certification path to requested target 的简单解决办法
-
JAVA 解决 unable to find valid certification path to requested target 证书认证
-
resttemplate 调用https 出错 unable to find valid certification path to requested target
-
Android Studio出现:Cause: unable to find valid certification path to requested target解决办法
-
解决安全证书问题unable to find valid certification path to requested target 解决记录
-
AndroidStudio构建项目提示错误信息“unable to find valid certification”的完美解决方案
-
unable to find valid certification path to requested target
-
解决unable to find valid certification path to requested target
-
IDEA unable to find valid certification path to requested target。PKIX path building failed