Skip to content

gist fingerprint #12

Description

@AlexDauphin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions