Skip to content

Commit 5f8c3ac

Browse files
authored
Merge pull request #770 from adafruit/update-fingerprint-2025
Update SSL Fingerprint for 2025
2 parents 5513004 + 19bb401 commit 5f8c3ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/network_interfaces/Wippersnapper_ESP8266.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@
2929
* important - please switch to using the modern ESP32 (and related models)
3030
* instead of the ESP8266 to avoid updating the SSL fingerprint every year.
3131
*
32+
* The commented-out fingerprint below was last updated on 07/14/2025.
33+
*
3234
* If you've read through this and still want to use "Secure MQTT" with your
3335
* ESP8266 project, we've left the "WiFiClientSecure" lines commented out. To
3436
* use them, uncomment the commented out lines within this file and re-compile
3537
* the library.
3638
*/
37-
// static const char *fingerprint PROGMEM = "4E C1 52 73 24 A8 36 D6 7A 4C 67
38-
// C7 91 0C 0A 22 B9 2D 5B CA";
39+
// static const char *fingerprint PROGMEM = "47 D2 CB 14 DF 38 97 59 C6 65 1A
40+
// 1F 3E 00 1E 53 CC A5 17 E0";
3941

4042
extern Wippersnapper WS;
4143

0 commit comments

Comments
 (0)