khoih-prog / AsyncMQTT_Generic

Arduino Arduino Library for ESP8266, ESP32, Portenta_H7, STM32 and RP2040W asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A or LAN8720 Ethernet), Teensy 4.1 using QNEthernet, RASPBERRY_PI_PICO_W with CYW43439 WiFi. Currently supporting TLS/SSL for ESP32 only
MIT License
62 stars 10 forks source link

SSL for ESP8266 #7

Closed micdj closed 2 years ago

micdj commented 2 years ago

Hello! with async mqtt client library, I can use SSL connection with ESP8266 using a ported version of ESPAsyncTCP is not possible with your release? It can be very usefull with 3.0.2 ESP8266 core

micdj commented 2 years ago

Sorry I see now is in TO DO LIST, I hope you can develope it soon.

Thank you so much!!