Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Shporterator opened this issue Mar 12, 2024 · 2 comments

Comments

@Shporterator
Copy link

Shporterator commented Mar 12, 2024

/del

@Shporterator Shporterator changed the title Certificate rejected/Aborted connection after showing "System Trust Enabled" [Android TV] Certificate rejected/Aborted connection after showing "System Trust Enabled" Mar 12, 2024
@pimterry
Copy link
Member

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.

@Shporterator
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants