java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
0.标题就是01.解决办法a.通过后台生成正规合法的https证书,存在assets中,进行应用验证,这里又分为单向验证和双向验证,这是最根本的解决办法!具体请移步b.信任所有证书在Application的onCreate方法中添加:/***忽略OKHttp所有证书验证(信任所有证书)*/privatevoidhandleSSLHandshake(){try{HttpsUtils.SSLParam