Rapsssito / react-native-tcp-socket

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
MIT License
303 stars 81 forks source link

tls authentication support ? #174

Closed punjasin closed 1 year ago

punjasin commented 1 year ago

i have a tcp socket tls with self sign certificate and also client private key for authentication

how do I perform authenticating using this library

Rapsssito commented 1 year ago

@punjasin, please, take a look at the documentation.

punjasin commented 1 year ago

@Rapsssito but it only has CA which only verify server is sign with certificate but not authenticate using client private key and client cert for authorized client