Secure ThingSpeak communications and security certificate
The ThingSpeak certificate was updated recently. If you are using secure communication for your devices, you may need to update the certificate or certificate fingerprint on your devices.
4 Comments
Time DescendingIf anyone find a working with ThingSpeak root certificat for Arduino ESP32 programmation, I'd be interrested, something like :
const char* rootCACertificate =
"-----BEGIN CERTIFICATE-----\n"
... here should be what I need ...
"-----END CERTIFICATE-----";
for Arduino code:
WiFiClientSecure client;
client.setCACert(rootCACertificate);
Thanks,
TC
Sign in to participate