Skip to content Skip to sidebar Skip to footer

Okhttp Publickey Pinning On Android

Does anyone know how we could implement Public Key pinning with OkHttp3 Have been reading about SSL pinning and I see that we could do it with either Certificate Pinning or Public

Solution 1:

Been looking through the source of the CertificatePinner in OkHttp3 and it seems that the implementation is actually a Public Key check so is in fact an implementation of Public Key Pinning (hence adding this as an answer).

Please correct me if I'm wrong?

Post a Comment for "Okhttp Publickey Pinning On Android"