I've tried to run this exemple from flespi web site: "https://flespi.com/blog/how-to-connect-esp8266-to-secure-mqtt-broker-know-it-all-and-get-it-done-approach" without success, I just want to Know if that step's still correct:
"Note: to connect to MQTT broker via MQTT over SSL with Adafruit library you need to get a SHA1 fingerprint of flespi.io certificate and use it to establish a connection."
When I exported the certificate this is what I saw in the detail: "SHA256" and not SHA1. Maybe this is something that is not anymore compatible. Or maybe I just do not have understand correctly.
At the mentioned firmware there are something like this:
#define FLESPI_CERT_FINGERPRINT "3B BC 95 33 E5 AB C1 1C C8 FC 37 57 F2 94 2C 43 8E 3B 66 F3"
When I exported that certificate I thought I will find something similar to this above.. someone could help me with this please ?