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
Hi ! Is there a way to pass options like key, cert and ca to open a certificate based connection with this library like in this example of the mqtt.js library : https://github.com/mqttjs/MQTT.js/blob/master/examples/tls%20client/mqttclient.js ? I managed to implement this on react native but it opens a wss connection and not mqqt over tcp.
The text was updated successfully, but these errors were encountered:
Hi ! Is there a way to pass options like key, cert and ca to open a certificate based connection with this library like in this example of the mqtt.js library : https://github.com/mqttjs/MQTT.js/blob/master/examples/tls%20client/mqttclient.js ? I managed to implement this on react native but it opens a wss connection and not mqqt over tcp.
The text was updated successfully, but these errors were encountered: