lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

Security of the IoT-Hub-Node #41

Open itscooljo opened 4 years ago

itscooljo commented 4 years ago

Hi guys,

first of all, I am new to this matter so excuse me for beeing a total noob on this topic. I plan to use Node-RED plus the IoT-Hub Node to send Data to the Azure cloud.

Microsoft says that the IoT-Hub only accepts connections via MQTT over port 8333. Furthermore it is required that the entire connection is encrypted via TLS/SSL.

Obviously the Node works just fine but i was wonderding wether it establishes any secure connection at all?

Thank you for your answers!