We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For performance reasons, we should load images from an https server run locally, instead of passing them through the bridge.
The issue is to automate the creation on certificates and making sure that they are trusted.
On IOS we can follow:
https://developer.apple.com/documentation/foundation/url_loading_system/handling_an_authentication_challenge/performing_manual_server_trust_authentication
while on Android we could use https://stackoverflow.com/a/57046889/13685841 , but it might require changing fast-image library.
The status-go PR is here status-im/status-go#2418 , I can update it to use SSL, @flexsurfer has done already some work here https://github.com/status-im/status-react/pull/12780/files (changing in the frontend are minimal, other than accepting the certificate).
The text was updated successfully, but these errors were encountered:
on Android, there is also this method https://developer.android.com/training/articles/security-config#TrustingAdditionalCas
Sorry, something went wrong.
bitgamma
Successfully merging a pull request may close this issue.
For performance reasons, we should load images from an https server run locally, instead of passing them through the bridge.
The issue is to automate the creation on certificates and making sure that they are trusted.
On IOS we can follow:
https://developer.apple.com/documentation/foundation/url_loading_system/handling_an_authentication_challenge/performing_manual_server_trust_authentication
while on Android we could use https://stackoverflow.com/a/57046889/13685841 , but it might require changing fast-image library.
The status-go PR is here status-im/status-go#2418 , I can update it to use SSL, @flexsurfer has done already some work here https://github.com/status-im/status-react/pull/12780/files (changing in the frontend are minimal, other than accepting the certificate).
The text was updated successfully, but these errors were encountered: