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

ESP8266 SSL example #20

Closed miloit closed 1 year ago

miloit commented 1 year ago

Is your feature request related to a problem? Please describe. Please provide support for SSL support also for ESP8266

khoih-prog commented 1 year ago

You can have a look at FullyFeaturedSSL_ESP32 example, then adapt / port easily to ESP8266.

Ask for help on Arduino Forum or Discussions if you still can't do it.

No plan to add ESP8266 SSL example in the near future.