From dc9bb856ec88f9cd2a262c09808eef85e8a7eef6 Mon Sep 17 00:00:00 2001 From: Pranav Bhatkar <68102093+pranav-bhatkar@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:16:47 +0530 Subject: [PATCH] SSL Fingerprint Update Of letest 2023 --- src/FirebaseHttpClient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FirebaseHttpClient.h b/src/FirebaseHttpClient.h index 3fc66eb4..0f1572c5 100644 --- a/src/FirebaseHttpClient.h +++ b/src/FirebaseHttpClient.h @@ -39,7 +39,6 @@ class FirebaseHttpClient { static const uint16_t kFirebasePort = 443; }; -static const char kFirebaseFingerprint[] = - "03:D6:42:23:03:D1:0C:06:73:F7:E2:BD:29:47:13:C3:22:71:37:1B"; // 2020-02 +static const char kFirebaseFingerprint[] = "FA 6C CA 7D AA E0 63 1A 90 2A 73 D6 55 6E 02 81 A6 1B 41 C7"; // 2023-06 #endif // FIREBASE_HTTP_CLIENT_H