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

SSL Version Error #51

Open gokaybiz opened 5 years ago

gokaybiz commented 5 years ago

net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH It returns this error in webview app. I have 3 certs including fiddler's too.

yoshimo commented 4 years ago

It looks like the apps try to use sslv3 with this module enabled. I get a lot of similiar warnings. Not sure yet why that happens.