Hello. I’m a beginner. I want to develop a fully secure IOT system.
I configured a device to connect to hivemq cloud broker with server certificate.
I would like to connect Node-Red (with SSL) with hivemq to collect device data.
How do I configure Node-Red with ssl to receive data from the hivemq cloud broker?
I saw some people connecting Node-Red to hivemq without server certificate, just using port 8883 and authorizing secure connection. But connecting without server certificate is safe?
Also, would I need to configure Node-Red for https instead of the default http?
Thanks.
Hi @Andremedeiros ,
Does it seem you have created a duplicate question? If not, please let us know.
Kind regards,
Dasha from HiveMQ Team
Hi @Dxaudio ,
Try specifying the Server name to use with SNI:
Let me know if that helps.
Thanks!
Kind regards
Dasha from HiveMQ Team