Top "Trustmanager" questions

TrustManagers are a Java tool for Android responsible for managing the trust material that is used when making trust decisions, and for deciding whether credentials presented by a peer should be accepted.

How to fix unsafe implementation of X509TrustManager in Android app

Google has advised that I have an unsafe implementation of the interface X509TrustManager in my Android application and need …

android-security trustmanager
How can I make Android Volley perform HTTPS request, using a certificate self-signed by an Unknown CA?

Before making the question, I found some links, which I checked, one by one, and none of them, gives me …

android ssl https android-volley trustmanager
an unsafe implementation of the interface X509TrustManager from google

I hava an app in Google Play, I received a mail from Google saying that: Your app(s) listed at …

java android android-security sslsocketfactory trustmanager
Google Play security alert for insecure TrustManager

In one of my apps I'm using HTTPS with a self-signed certificate and followed the sample code from the android …

android security ssl android-security trustmanager
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.NETWORK

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.NETWORK Hi i got this error while i am …

ssl retrofit okhttp sslsocketfactory trustmanager