MQTT over SSL
-
Hey im trying yo use Azure mqtt with ui flow, i read here http://forum.m5stack.com/topic/1047/mqtt-over-ssl that it cant connect trough ssl, any plans on supporting this or anyone got examples using micropython instead?
Best regards
-
Hey @imageicon I doubt we will see ssl encryption on the site anytime soon. In the meantime I suggest you try to use micropython as you said. Andries spies has a great video on how to secure your esp32 device with ssl https://www.youtube.com/watch?v=Wm1xKj4bKsY and rui santos of random nerd tutorials has a bunch of great micropython IoT tutorials such as this one https://randomnerdtutorials.com/micropython-mqtt-esp32-esp8266/ Let us know how you get on
-
Thank you for pointing me in the right directions, i had some issues with Azure not working as a normal MQTT hub, but more of an individual messaging system for devices... but after getting access tokens etc aligned it all works from micropython.