Fuzion24 / JustTrustMe

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

add checkServerTrusted(X509Certificate[], String, String, String) method #43

Closed AndreyPesnyak closed 5 years ago

AndreyPesnyak commented 5 years ago

Hi I have problem with genymotion 3.0 android 7.1.0 Trying to use JustTristMe on webview. I see that hooking was successed. JustTrustMe D Hooking DefaultHTTPClient for: com.google.android.webview D Hooking com.android.org.conscrypt.TrustManagerImpl for: com.google.android.webview But then I use https-link it makes error: X509Util E Error creating trust manager (just.trust.me.Main$ImSureItsLegitTrustManager): java.lang.IllegalArgumentException: Required method checkServerTrusted(X509Certificate[], String, String, String) missing E Could not find suitable trust manager Patched by adding this method.