Introvertuous / react-native-mqtt

Mqtt client for react native.
MIT License
156 stars 31 forks source link

Need to connect to mqtt server over tls #26

Open gathasite opened 4 years ago

gathasite commented 4 years ago

I've set the useSSL flag and the calls are going through wss:// but still the client credentials are being exposed in web socket.

How can I use secure mqtt or SSL pinning with client.connect()

I really need to find a way out of this.

Thanks

KrifaYounes commented 4 years ago

me too have you find any solutions ?