Skip to content
Advertisement

Tag: trustmanager

Unsafe implementation of the interface X509TrustManager – Google Play

When I try to upload an application to google play, I get a message. “Unsafe implementation of the interface x509trustmanager”. In a message from Google Play it says: To avoid problems when validating the SSL certificate, change the code of the checkServerTrusted method in the X509TrustManager interface so that a CertificateException or IllegalArgumentException is thrown when it detects suspicious certificates.

Advertisement