You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous attempt at this (cffb112, #474) set the configuration
used by the HTTP implementation from the Android SDK, and by some
third-party HTTP implementations. But in the bulk of the app's code,
we use the HTTP implementation from the Dart standard library, and
by default that does not consult the Android configuration.
Happily, Flutter has an opt-in feature to apply the same configuration
to the Dart standard library:
https://chat.zulip.org/#narrow/stream/48-mobile/topic/flutter.3A.20user-added.20certs/near/1716845
So use that.
Fixes: #461
0 commit comments