mhendriks / P1-Dongel-ESP32

P1-Dongel-ESP32
MIT License
27 stars 13 forks source link

Feature Request: SSL for MQTT #35

Closed jeroenst closed 1 month ago

jeroenst commented 4 months ago

At this moment there is no option for MQTT over SSL.

Can this be integrated?

mhendriks commented 4 months ago

correct. It is added to the backlog :-)

jeroenst commented 2 months ago

Is there any progress on this feature?

mhendriks commented 2 months ago

no, not yet. The solution is simple but there is not enough program space left to implement the option. I will make a compiler option to enable the sMQTT connection ... the none tsl connection will not work in this version. This is an ugly solution but it is the most feasible at the moment. I will do this within a couple of days.

mhendriks commented 2 months ago

Jeroen, There are updates. P1 Ethernet Pro: http://eth-dongle-pro.local/remote-update?version=4.8.17TLS P1 Dongle Pro : http://p1-dongle-pro.local/remote-update?version=4.8.17TLS

Note: mqtt is always with TSL ... so unsecure mqtt isn't supported by this version.

jeroenst commented 2 months ago

Hi!

Thank you, I will test this next week.

jeroenst commented 1 month ago

I can confirm SSL works. Thank you!