Enable HTTPS secure connections
masterTo ensure confidentiality (SSL encryption) and authenticity (verifying the server), you must enable SSL.
Requirement: You must define the TS_ENABLE_SSL macro before including the library header.
If TS_ENABLE_SSL is defined but the client hardware cannot perform SSL, the library will fall back to a standard HTTP connection and issue a warning. If TS_ENABLE_SSL is undefined, the library will attempt an error connection if the client is SSL-capable, or a standard HTTP connection if it is not.
#define TS_ENABLE_SSL
#include <thingspeak.h>