Android Question Certificate pinning

wimpie3

Well-Known Member
Licensed User
Longtime User
I communicate with my server using okhttp and a https connection.

Using a man-in-the middle certificate, the traffic can be decrypted.

One way to prevent this is to use certificate pinning in your Android application (https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning).

Did anyone already do this? Basically you must teach HttpsURLConnection to trust a specific set of CAs.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…