Skip to content

Deno Secure Websocket Client #11153

@Ghost1928563945

Description

@Ghost1928563945

For some resson, secure websockets do not work in deno. Insecure websockets like ws://echo.websocket.org work. You can open a secure websocket, but the readystate never gets set to 1.

const websocket = new WebSocket("wss://echo.websocket.org");
websocket.addEventListener('open', (event:any) => {
    console.log(event)
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions