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

How to use with SSL/TLS + certificate authority file?

Open JulianKingman opened this issue 6 years ago • 10 comments

I searched around the googles for a while, but wasn't able to come up with anything. How does one use this client with SSL and a certificate authority file? The MQTT.js library has a way to handle it, and the original paho suggests that it's something handled by the browser (https://github.com/eclipse/paho.mqtt.javascript/issues/97), but as we don't have a browser in the RN version, what needs to happen for it to work? We should be able to test it on wss://test.mosquitto.org:1883/

JulianKingman avatar Aug 01 '17 15:08 JulianKingman