Skip to content

Commit

Permalink
Fixed fingerprint in examples for echo.websocket.org. Thanks to issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon committed May 18, 2019
1 parent 5633aef commit 7c983d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Secured-Esp8266-Client/Secured-Esp8266-Client.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const char* password = "password"; //Enter Password
const char* websockets_connection_string = "wss://echo.websocket.org/"; //Enter server adress

// This fingerprint was updated 20.04.2019
const char echo_org_ssl_fingerprint[] PROGMEM = "D5 07 4D 79 B2 D2 53 D7 74 E6 1B 46 C5 86 4E FE AD 00 F1 98";
const char echo_org_ssl_fingerprint[] PROGMEM = "E0 E7 13 AE F4 38 0F 7F 22 39 5C 32 B3 16 EC BB 95 F3 0B 5B";

using namespace websockets;

Expand Down

0 comments on commit 7c983d4

Please sign in to comment.