From 1a44f79a9e26ebb72900caef8e03a2b7df78724d Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 18 Sep 2018 08:28:16 -0700 Subject: [PATCH] Update api.github.com certificate signature (#5145) Fixes #5144 --- libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino b/libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino index e6aaedee8..88d8b8288 100644 --- a/libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino +++ b/libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino @@ -27,7 +27,7 @@ const int httpsPort = 443; // Use web browser to view and copy // SHA1 fingerprint of the certificate -const char* fingerprint = "35 85 74 EF 67 35 A7 CE 40 69 50 F3 C0 F6 80 CF 80 3B 2E 19"; +const char* fingerprint = "5F F1 60 31 09 04 3E F2 90 D2 B0 8A 50 38 04 E8 37 9F BC 76"; void setup() { Serial.begin(115200);