发现证书无法安装,或者没网,请首先检查手机日期是否正确!!!!!!!!!!!!!
百度找了一圈,发现是一个通病
刚刚给它装了charles的证书,
发现有的app不走http协议的,可以更新
浏览器无法访问
左上角有一个小×
用adb 执行以下命令,然后重启手机,就会发现小×不见了
adb shell settings put global captive_portal_server www.google.cn
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_mode 0
但重启之后依然无法访问,观察charles,有请求经过charles,但他提示我需要重新配置证书,这里忘记截图了,
这时
adb shell
cd sdcard
su
cd /system/etc/security/cacerts/
rm 39d2af5d.0
# 然后重新安装证书
# 为了可以使用,我还导入了fiddler的证书