Getting security issue on Google Developer Console

393 Views Asked by At

Your app is using an unsafe implementation of the X509TrustManager interface with an Apache HTTP client, resulting in a security vulnerability. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.

This message is shown in my app on Developer Console. I have not implemented X509TrustManager. So, it must be in one of the libraries used in app.

How can I figure out which library is resulting in this issue?

0

There are 0 best solutions below