Skip to content

Commit

Permalink
Update server fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Baskerville42 committed Oct 1, 2024
1 parent e3e763f commit c2a3a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel_ping_request.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern Config config;
const char* apiHost = "api.svitlobot.in.ua";
const int httpsPort = 443; // Порт для HTTPS
const char* apiURL = "/channelPing?channel_key=";
const char* fingerprint = "8a:12:84:fe:41:6d:ee:9b:db:ff:29:15:a3:40:57:8b:68:2f:89:c5"; // Відбиток сертифікату сервера СвітлоБот. В разі потреби, новий відбиток можна перевірити тут https://iplocation.io/ssl-certificate-fingerprint
const char* fingerprint = "e6:6d:f2:0a:c8:39:b5:63:be:8f:d7:01:ad:6e:b1:3a:78:63:e7:66"; // Відбиток сертифікату сервера СвітлоБот. В разі потреби, новий відбиток можна перевірити тут https://iplocation.io/ssl-certificate-fingerprint

// Функція для перевірки доступності каналу через HTTPS запит
void channelPingRequest() {
Expand Down

0 comments on commit c2a3a70

Please sign in to comment.