Hello ,
thanks a lot for making this project available,
I've an issue with that part of the code ,
I'm unable to connect to gist
const int httpsPort = 443;
const char* host = "gist.githubusercontent.com";
const char fingerprint[] = "70 94 DE DD E6 C4 69 48 3A 92 70 A1 48 56 78 2D 18 64 E0 B7";
WiFiClientSecure client;
client.setFingerprint(fingerprint);
if (!client.connect(host, httpsPort)) {
return; // failed to connect
}
how does the fingerprint was retreived ?
thanks a lot
Hello ,
thanks a lot for making this project available,
I've an issue with that part of the code ,
I'm unable to connect to gist
const int httpsPort = 443;
const char* host = "gist.githubusercontent.com";
const char fingerprint[] = "70 94 DE DD E6 C4 69 48 3A 92 70 A1 48 56 78 2D 18 64 E0 B7";
WiFiClientSecure client;
client.setFingerprint(fingerprint);
if (!client.connect(host, httpsPort)) {
return; // failed to connect
}
how does the fingerprint was retreived ?
thanks a lot