Uh oh!
There was an error while loading. Please reload this page.
Enable TLS 1.1 and TLS 1.2 on Android 4.1-4.4 for web socket connection - #14042
Enable TLS 1.1 and TLS 1.2 on Android 4.1-4.4 for web socket connection#14042minhtc wants to merge 7 commits into
Conversation
facebook-github-bot
commented
Sep 4, 2017
@minhtc I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
# Conflicts: # ReactAndroid/src/main/java/com/facebook/react/modules/websocket/WebSocketModule.java
minhtc
commented
Sep 5, 2017
Sorry I don't know who has context on this code. |
pull-bot
commented
Sep 5, 2017
@facebook-github-bot label Needs more information Generated by 🚫 dangerJS |
facebook-github-bot
commented
Oct 5, 2017
@minhtc I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
perrosnk
commented
Feb 20, 2018
Any updates on this? |
Summary:
This is a proposed patch for issue #13786 .
"Android 4.1-4.4 has support for TLS 1.1 and 1.2 but it is disabled by default. Because of the known security issues and more and more servers switching to TLS 1.2 only, it would be nice for react-native to enable this support."
This pull request #9840 haven't implemented for web socket connection yet