Skip to content

Commit c8dbfb1

Browse files
earlephilhowerdevyte
authored andcommitted
Refrech api.github.com x509 certificate (#4306)
The certificate fingerprint included with the HTTPSRequest example seems to be for an expired api.github.com certificate. Replace with the current one to avoid reporting "certificate mismatch" errors when running.
1 parent c3bd91a commit c8dbfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const int httpsPort = 443;
2727

2828
// Use web browser to view and copy
2929
// SHA1 fingerprint of the certificate
30-
const char* fingerprint = "CF 05 98 89 CA FF 8E D8 5E 5C E0 C2 E4 F7 E6 C3 C7 50 DD 5C";
30+
const char* fingerprint = "35 85 74 EF 67 35 A7 CE 40 69 50 F3 C0 F6 80 CF 80 3B 2E 19";
3131

3232
void setup() {
3333
Serial.begin(115200);

0 commit comments

Comments
 (0)