Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.

WebSocket connection fails on HTTPS #128

@malsher

Description

@malsher

TV is unable to make a secure websocket connection over https, reporting the following error:

WebSocket connection to 'wss://05745327c4b9:55044/' failed:
Error in connection establishment: net::ERR_NAME_NOT_RESOLVED

The error points to line 43 of app.js which reads:

var ws = new WebSocket(protocol + host + ':' + port);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions