webview中忽略证书会被googleplay拒绝
SSL Error Handler For more information on how to address WebView SSL Error Handler alerts, please see this Google Help Center article.
修复
【1】不调用android.webkit.SslErrorHandler的proceed方法
【2】当发生证书认证错误时,采用默认的处理方法SslErrorHandler.cancel(),停止加载问题页面