Current TLS backend for Rust websocket code on Android doesn't work since if cannot verify backup service certificate. We used to have similar issues with gRPC and we resolved them by updating tls backend to use webpki roots. This diff does the same on Android.
Details
Details
- Reviewers
varun bartek - Commits
- rCOMM595a998652b0: Use rustls-tls-webpki-roots on Android
- Build physical Android app.
- Toggle automatic backup upload and upload compaction to STAGING by clicking the upload button.
- Ensure upload succeeds and new compaction is visible in dynamodb.
- Type some drafts.
- Ensure new logs are visible in dynamodb.
- Log out and log in.
- Click restore button.
- Ensure restoration succeeds and drafts are brought back.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable