mqtt_as on HIVEMQ.Cloud #17797
Replies: 1 comment 1 reply
-
https://github.com/shariltumin/ssl-tls-examples-micropython/tree/main/Mqtt While this is not asycnio implementation of MQTT, it might provide some insight into how SSL transport is set up for MQTT. For a specific example please see, https://github.com/shariltumin/ssl-tls-examples-micropython/blob/main/Mqtt/std_emqxsl.py |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
esp32 vroom -32E
MicroPython v1.25.0 on 2025-04-15; Generic ESP32 module with ESP32
Setting in mqtt_local.py:
config['server'] = 'eb…………..e5b58d37ed1ffaa470.s1.eu.hivemq.cloud'
config['user']='Esp321'
config['password']='Esp321pw'
config['port']=8883
config['ssl']=True
first try:
after fix of import ussl as ssl at line 278:
The account is working using different other apps and the program files has been used with cloudmqtt brooker (now closed)
Any hints to solve this?
/Stefan
Beta Was this translation helpful? Give feedback.
All reactions