自从接触Volley之后,遇到各种坑,也在此记下作为笔记:
1.Volleyu竟然没有不支持https的无证书访问,该问题会导致,众多的ssl nofound
com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
解决方法有很多,结合自己的的给出一下链接