httptoolkit / httptoolkit-android

Automatic Android interception & debugging with HTTP Toolkit, for Android
https://httptoolkit.com
GNU Affero General Public License v3.0
476 stars 72 forks source link

Certificate rejected for connection to name_of_server.org #23

Closed rotekii closed 4 months ago

rotekii commented 4 months ago

I'm trying to intercept the traffic of this specific application but this is what prompted: Certificate rejected for connection to name_of_server.org I tried with another application and it works perfectly. How can this issue be solved?

pimterry commented 4 months ago

Hi @rotekii that message means for some reason the client is rejecting HTTP Toolkit's certificate. Assuming you're have system certificates injected (not just user certificates) then this normally means there's an issue related to certificate pinning. See this article for more info: https://httptoolkit.com/blog/frida-certificate-pinning/