diff --git a/test/websocket.cpp b/test/websocket.cpp index 910b6f3..c6ca0b9 100644 --- a/test/websocket.cpp +++ b/test/websocket.cpp @@ -63,7 +63,7 @@ void test_websocket() { } }); - ws->open("wss://echo.websocket.org/"); + ws->open("wss://echo.websocket.org:443/"); int attempts = 10; while ((!ws->isOpen() || !received) && attempts--)