joelp
(Joel P.)
1
I have access to an MQTT broker with TLS only that I’d like to send messages from my ESP8266 device.
Can anyone comment on the status of TLS support for either https or mqtt for ESPHome?
From what I see in the docs there’s only a sha1 check to verify SSL fingerprints.
joelp
(Joel P.)
2
I found the github issue for this:
Add SSL/TLS support · Issue #133 · esphome/feature-requests (github.com)
Still open.
EDIT: Issue since closed.
Anyone has implement an ESPHome device (esp32) with SSL to send data to MQTT Broker on VPS with encription.
Now i send all data direct to the port and in this moment are in plain text.