Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.77k stars 782 forks source link

Add support for OkHttp4.2.0+ #54

Closed Curz0n closed 4 years ago

Curz0n commented 4 years ago

Add support for OkHttp4.2.0+

Call stack:
W/System.err: javax.net.ssl.SSLPeerUnverifiedException: Certificate pinning failure!
W/System.err: Peer certificate chain:
W/System.err: Pinned certificates for xxxx:
W/System.err: sha256/xxxx
W/System.err: at okhttp3.CertificatePinner.check$okhttp(CertificatePinner.kt:199)
W/System.err: at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.kt:398)
W/System.err: at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.kt:325)
...