I received the following error from the Google Play Developer Console: "Please fix this vulnerability as soon as possible and increase the version number of the updated APK. To process SSL certificates correctly, change your code to call SslErrorHandler.proceed () when the certificate is submitted by the server, meets your expectations and calls SslErrorHandler.cancel () otherwise.
I assume the problem is caused by my implementation of "onReceicedSslError ()". I always use "handler.proceed ()" without checking.
I would like to know what is best for fixing SSL error. And if I do a domain check, will Google Play still show me such a warning?
Thanks in advance.
source
share