Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
23 stars 20 forks source link

Add SSL/TLS support for the web ui and HTTP API and support for MQTTS #293

Closed janknieling closed 9 months ago

janknieling commented 9 months ago

It will be very nice to have SSL/TLS support for the web GUI (and the HTTP API) of the WARP chargers and WARP energymanager. In my opinion it it doesn't makes sense to have an admin login/password protection for the UI and no SSL/TLS to prevent MITM attacks. Letsencrypt will be nice but a self signed certificate should be sufficient.

Support for MQTT over TLS (MQTTS) will be very nice too for improved security.

photron commented 9 months ago

Yes, this is already on the todo list, see issues #76 and #25.