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
{{ message }}
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
That's correct, certify doesn't support the system cert store on Android. Unfortunately, on Android it's necessary to reach into JVM to access it (there are no official stable C or C++ APIs), which was quite ugly to integrate with ASIO.
As a workaround you can just use a copy of a root certificate store published by Mozilla and bundle it with your app.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use the native keystore when compiled on Android.
The text was updated successfully, but these errors were encountered: