How to check if a certificate is revoked on Android?
I’ve an issue checking the revocation status of a certificate. I need to put clearTrafficPermitted to true to have the certificate validated, otherwise the result I get is javax.net.ssl.SSLHandshakeException: Certificate revocation check failed: Unable to determine revocation status due to network error. I leave below my current code to make this verification: