Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By evandroluiz
#57991 I am working in a native solution for AWS iot and ESP8266.

For now: TLS v1.2 is working in ESP8266 and loading the certificate, private key and CA file.
Here is the tutorial to make it works:
https://github.com/copercini/esp8266-aws_iot

The only problem is:
The heap consumption during TLS handshake is too high, forcing watchdog timer to reboot the device.

Anyone knows some optimization for reduce heap consumption ?