I'm working with react_native_mqtt and need to implement secure mqtt communication between client and sever

雨燕双飞 提交于 2020-05-30 04:41:52

问题


While connecting to the mqtt server I'm setting useSSL to true. 443 port is being used.

I need to use SSL pinning with this call, is setting useSSL flag enough?

If not then suggest me the way in which I can use SSL pinning to securely connect with the server.

I didn't fine anything related to certificate pinning in the react_native_mqtt library.

Also, one of the libraries suggested to connect using node's tls.connect(). If anyone have used this ever please share.

Thanks

来源:https://stackoverflow.com/questions/60275286/im-working-with-react-native-mqtt-and-need-to-implement-secure-mqtt-communicati

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!