- Edited
Hi everyone. I am writing a program for ESP-01 which needs to establish SSL connection to a MQTT server. I follow the tutorial: https://flespi.com/blog/how-to-connect-esp8266-to-secure-mqtt-broker-know-it-all-and-get-it-done-approach which uses adafruit mqtt library, but I am getting an error on Serial Monitor after flashing:
https://imgur.com/LX6QC8z
Public Token I use: https://flespi.com/mqtt-broker#client
Sketch file: https://drive.google.com/file/d/1wAm-A-s7_1ccmGkxkJxgfXQvrx_VsPM8/view?usp=sharing
Running all over again and again but I can't find the problem. Hope to hear solution from you. Thank you!