Java异常:the trustAnchors parameter must be non-empty

为什么80%的码农都做不了架构师?>>>   hot3.png

Debian9.2中 Java请求Https时异常:

java.lang.RuntimeException: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

证书缺失,更新证书

解决方法是:

sudo rm /etc/ssl/certs/java/cacerts
sudo update-ca-certificates -f

注意:如果无java的文件夹,需要建立该文件夹 ,更新完成后重启服务器

转载于:https://my.oschina.net/luqili/blog/2252048

你可能感兴趣的:(Java异常:the trustAnchors parameter must be non-empty)