Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native] Add support for TLS 1.2 for Android 4
Summary: When I updated the server to Ubuntu 20, this switched us over to [requiring TLS 1.2](https://discourse.ubuntu.com/t/default-to-tls-v1-2-in-all-tls-libraries-in-20-04-lts/12464). However, Android 4 doesn't have support for TLS 1.2, which means we weren't able to connect to the server. Luckily, [there's a way](facebook/react-native#23984) to use a third-party lib for TLS 1.2 (and TLS 1.3) support in React Native. Test Plan: Make sure Android 4.4 client can connect to server Reviewers: palys-swm Reviewed By: palys-swm Subscribers: KatPo, zrebcu411, Adrian Differential Revision: https://phabricator.ashoat.com/D333
- Loading branch information