Rapsssito / react-native-tcp-socket

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

When TLS True than error coming - kCFStreamErrorDomainSSL error -9807 #138

Closed piyush2cloud closed 2 years ago

piyush2cloud commented 2 years ago

When trying to make a tls connnection from IOS to Android TV than below error comes.

**operation couldn’t be completed. (kcfstreamerrordomainssl error -9807.)**

I am sending tls:true in createConnection

const client = TcpSocket.createConnection({ port: 6467, host: "Android TV I.P", tls: true });

When tls is false it makes connection but i want to make a tls connection. Please help me in this. I have given all my head around it but not able to find any solution.

@Rapsssito Can u please help here

Rapsssito commented 2 years ago

@piyush2cloud, may your issue be related to #139?

github-actions[bot] commented 2 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.