react-native-mqtt icon indicating copy to clipboard operation
react-native-mqtt copied to clipboard

use client certificate for ssl

Open KrifaYounes opened this issue 5 years ago • 2 comments

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

KrifaYounes avatar May 19 '20 18:05 KrifaYounes

@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.

aravindarc avatar Jul 13 '20 10:07 aravindarc

Can I connect to mqtt server over SSL/TLS connection with secure domain and just by setting useSSL: true at client side?

UnnatiTecocraft avatar Mar 29 '23 06:03 UnnatiTecocraft