You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can we use the ssl certificate client to authorize connection between server and client?
I just seeing the parameter useSSL: true/false
but the client need a certificate ? like browser generate signed certificate in web site
The text was updated successfully, but these errors were encountered:
@KrifaYounes we can't use client certificates on react-native in any time soon, not only this package, other packages also don't support this feature, also self signed certificates cannot be used on react-native. I had to buy a domain just for using mqtt on tls connection.
how can we use the ssl certificate client to authorize connection between server and client?
I just seeing the parameter useSSL: true/false
but the client need a certificate ? like browser generate signed certificate in web site
The text was updated successfully, but these errors were encountered: