We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Parent: #1
broker.hivemq.com:1883
farcom/enviro
.env
HiveEmail
HivePw
ssl.create_default_context()
wss://
docs/CREDENTIALS.md
# Current (insecure) client.connect("broker.hivemq.com", 1883, 60) # Target (secure) import ssl context = ssl.create_default_context() client.username_pw_set(os.environ["MQTT_USER"], os.environ["MQTT_PASS"]) client.tls_set_context(context) client.connect(os.environ["MQTT_HOST"], 8883, 60)
Ref: #1 Roadmap — Security & Infrastructure
🔒 MQTT Security Migration
Parent: #1
Current State
broker.hivemq.com:1883)farcom/enviroand read sensor dataGoal
.envfile (not in git)Tasks
HiveEmail/HivePw)ssl.create_default_context())wss://with authdocs/CREDENTIALS.mdwith new reference keysPi Script Changes
Risk
Ref: #1 Roadmap — Security & Infrastructure