OttoWinter / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
4 stars 5 forks source link

mbed TLS client support #1

Open rob-deutsch opened 3 years ago

rob-deutsch commented 3 years ago

@tve has created a branch of AsyncTCP which supports client-side TLS. This is useful for ESPHome if you want to use MQTT over TLS.

I would like to suggest that it be added to ESPHome's AsyncTCP to enable ESPHome experimental support for TLS which will need to be explicitly enabled by a user in the YAML.

I have been using ESPHome with this branch of AsyncTCP for a while now and I haven't observed any problems.

There is a discussion about this branch here: https://github.com/me-no-dev/AsyncTCP/pull/48