sslerrorhandler

Google Play Error: SSL Error Handler vulnerabilities and APP UPDATE REJECTED

我的梦境 提交于 2019-12-02 06:40:40
问题 How to solve below mentioned error from google play store after apk rejected Your APK has been rejected for containing security vulnerabilities, which violates the Malicious Behavior policy SSL Error Handler 回答1: Look at the rejection message. It will point to the class that is at fault. If you have a WebViewClient, then make sure you implement onReceivedSslError() method. Here are more details. https://support.google.com/faqs/answer/7071387 来源: https://stackoverflow.com/questions/41236517

Webview avoid security alert from google play upon implementation of onReceivedSslError

独自空忆成欢 提交于 2019-11-26 03:28:08
问题 I have a link which will open in webview. The problem is it cannot be open until I override onReceivedSslError like this: @Override public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { handler.proceed(); } I am getting security alert from google play saying: Security alert Your application has an unsafe implementation of the WebViewClient.onReceivedSslError handler. Specifically, the implementation ignores all SSL certificate validation errors, making your