xuexiangjys / XUpdate

🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)
https://github.com/xuexiangjys/XUpdate/wiki
Apache License 2.0
2.33k stars 406 forks source link

安卓4.4.2无法使用,报错:java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. #167

Closed xisohi closed 1 year ago

xisohi commented 1 year ago

问题描述(必填) Android4.4.2系统,使用升级 出现报错:java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.。

使用的XUpdate版本(必填) 官方最新demo

如何重现(必填) 重现的步骤: 1、点击默认app更新 2、出现报错:java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

期望的效果 对你期望的效果进行清晰而简明的描述。

截图 image image image image

设备信息 请填写一下你运行设备的信息,信息越全越有助于我理解问题

附加信息 在此处添加任何有关该问题的任何其他说明。

xuexiangjys commented 1 year ago

网络请求失败,这是你的网络请求服务问题, 和本框架无关. java.security.cert.CertPathValidatorException: Trust anchor for certification path not found 这个很明显是你的证书有问题,建议你自己去查一下为什么证书验证不通过.