-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unable to handle HTTPS traffic for some Flutter applications #5461
Comments
@cxplay some apps don't trust third-party certificates. We have contacted Boorusama app support to clarify about this. Please wait |
@cxplay Boorusama app doesn't implement SSL pinning. HTTPS filtering is unfortunately not possible |
But why? If there is no SSL pinning, why can't AdGuard filter it? |
@cxplay HTTPS filtering is not possible for an application that does not trust third-party certificates |
No, this is wrong. Boorusama trusts system certificates, whether third-party or not. You should try to verify this with some HTTP(s) debugging tools:
It's just that AdGuard can't handle HTTPS traffic for that application. |
@cxplay developer Boorusama replied to me that the app doesn't implement SSL pinning |
I know, I knew it from the beginning. My question is, why can't AdGuard filter HTTPS traffic for Flutter apps that most HTTPS debugging tools can catch? |
This has little to do with SSL pinning, and is only mentioned as a supplement. |
Another example of the same problem.
|
This is likely related to the popular HTTP client implementation of dio in the Flutter, which AdGuard doesn't seem to be able to handle requests from. |
@cxplay please clarify, do you have Root on your device? |
Yes, I have. |
@cxplay we need a little more time to figure this out, please wait |
I'm always waiting! |
@cxplay thanks for waiting! I was able to reproduce this issue on my device, and have passed the logs to the development team. We need some more time, please wait |
Glad to hear that! |
Please answer the following questions for yourself before submitting a question.
Ask a question
I testing use AdGuard with Boorusama (a web gallery client) on Android:
It doesn't have SSL pinning, but I can't handle his HTTPS traffic through AdGuard (VPN mode, v4.6.3).
I'm using other HTTPS analysis tools to monitor traffic just fine, is there something I'm missing here?
The text was updated successfully, but these errors were encountered: