-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
HttpClient should honor user-installed certificates on Android #50435
Comments
I've been experimenting with moving Flutter to use That would allow the user to use There are two other approaches that I can think of to solve this:
|
I think this will be problematic for people using Dart/Flutter on an embedded Android platform, that typically does not support Google Play Serives.
Option 2 seems to be preferable as it opens up solutions for other platforms/emebedders. |
I started a discussing on this in the hackers-framework-🔩 Discussion. So far the feedback is that depending on |
It looks like there is only one common use case in Flutter where It is very easy to replace this with |
I've updated the examples in At this point it should be possible to use those packages to with user-installed certificates. |
I wrote a design doc suggesting that we recommend |
I presented this at the Dash forum. It's basically asking for feedback for the design doc. There seemed to be consensus so I'm moving forward on it. |
There is still work to do in terms of documentation but think that we already have a solution in place. |
This is also important in case of old Android versions not getting updated CA roots. |
Would like to know if this is in the roadmap at all? |
Is there a bounty I can pay to get this feature? There are a few downstream apps that use your libraries and I'm running them completely offline. I don't want my passwords floating around on my wifi and I don't want to be exposed to man-in-the middle attacks because I have to turn off ssl verification on my apps. Why can't I trust my own installed CAs just like the device does? Happy to donate 100 bucks just point me where I can donate. |
@brianquinlan Is there any progress on this? |
Any progress? |
I think that using |
See #48056 for context.
The text was updated successfully, but these errors were encountered: