httptoolkit-android icon indicating copy to clipboard operation
httptoolkit-android copied to clipboard

[Android TV] Certificate rejected/Aborted connection after showing "System Trust Enabled"

Open Shporterator opened this issue 1 year ago • 2 comments

/del

Shporterator avatar Mar 12 '24 17:03 Shporterator

In this case, I suspect the certificate is actually installed correctly (because all those other requests are working) and your issue is due to certificate pinning, or some other kind of network issue.

If the certificate was not installed correctly then all requests except from Chrome and apps that explicitly enable debug certificates (effectively zero - this only really applies if you're the developer of the app) would all fail.

See https://httptoolkit.com/blog/frida-certificate-pinning/ for more details on how certificate pinning works, and what you can do about it.

pimterry avatar Mar 12 '24 18:03 pimterry

See https://httptoolkit.com/blog/frida-certificate-pinning/ for more details on how certificate pinning works, and what you can do about it.

Ok, thanks!

Shporterator avatar Mar 12 '24 20:03 Shporterator