Skip to content

Commit 7c983d4

Browse files
committed
Fixed fingerprint in examples for echo.websocket.org. Thanks to issue #8
1 parent 5633aef commit 7c983d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Secured-Esp8266-Client/Secured-Esp8266-Client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const char* password = "password"; //Enter Password
3131
const char* websockets_connection_string = "wss://echo.websocket.org/"; //Enter server adress
3232

3333
// This fingerprint was updated 20.04.2019
34-
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";
34+
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";
3535

3636
using namespace websockets;
3737

0 commit comments

Comments
 (0)