MQTT SSL (Question) #201
Replies: 3 comments 1 reply
-
Hi @DaniilMir - I haven't tested secure MQTT, it does appear possible for the ESP8266/ESP32 given the discussion at knolleary/pubsubclient#462 . PRs welcome for secure MQTT versions of the built-in example sketches! |
Beta Was this translation helpful? Give feedback.
-
Hi @DaniilMir - after testing, secure MQTT works fine and you can use the Pushbullet sketch as a example. For example, to switch to secure MQTT for the HomeAssistant-MQTT sketch:
|
Beta Was this translation helpful? Give feedback.
-
I tend to prefer using setcacert instead of a fingerprint as it uses the longer duration root ca cert which can be up to 10 years . Of course the fingerprint is easier as it's a much smaller block of data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've searched for existing issues and didn't found anything related to MQTT SSL connection.
As I can see this project is using SSL for Pushbullet, Email and SMS.
Are there options to enable SSL connection to the MQTT Server?
In my environment port 1883 is disabled for security reasons.
Beta Was this translation helpful? Give feedback.
All reactions