EasyWebsocket icon indicating copy to clipboard operation
EasyWebsocket copied to clipboard

Problem with http secure

Open osferfer opened this issue 12 years ago • 3 comments

In file "easywebsocket.min.js" it has been configured the websocket server

->EasyWebSocket.serverUrl = "http://88.191.76.230:8950";

but if your aplication it´s running in a secure context (https) , socket.io can´t establish a connection.

osferfer avatar Nov 15 '11 10:11 osferfer