diff --git a/src/index.ts b/src/index.ts index 78c8e81..d4151d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -249,7 +249,7 @@ export const configureApp: PylonAPI["configureApp"] = async (app) => { console.log("Connecting to", url); - targetWs = new WebSocket("wss://echo.websocket.org/", { + targetWs = new WebSocket(url, { rejectUnauthorized: false, });