aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
308 stars 98 forks source link

Login error: The operation couldn’t be completed. (kCFStreamErrorDomainSSL error -9825.) #62

Closed boowee closed 7 years ago

boowee commented 7 years ago

When I try to connect to my XMPP server, it gives the error: The operation couldn’t be completed. (kCFStreamErrorDomainSSL error -9825.)

What might the problem? Thanks

aksonov commented 7 years ago

It is SSL error between your client and your server.

waterstar commented 6 years ago

May I know if we can accept self-signed certificate?

piyush2cloud commented 2 years ago

@boowee @aksonov @waterstar I am also facing same issue while making tls connection. Can someone help me solve it.