-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
[NEW] Support client certificates for SSL (two-way authentication) #1125
Conversation
What if user by mistake removes the certificate from DocumentDir? Couldn't we use app cache to store it? |
@lorek123 the documents dir is the application dir, not documents folder from iOS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To tell you the truth I didn't understand much what is going on in this PR but from me a couple of code style comments.
This pull request introduces 2 alerts when merging d972c7e into 48cdd3b - view on LGTM.com new alerts:
|
@RocketChat/ReactNative
This pull-request adds the ability to connect in servers that uses two-way SSL connections.
We need to make possible to pin certificate on App and use it on WebSocket & Rest API.
Here you can read about SSL Pinning: iOS SSL Pinning
Here we have an issue about that on Rocket.Chat.iOS: RocketChat/Rocket.Chat.iOS#708
new server
.login
.logout
.Closes #1100