We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
hmm ok. first thanks for the report. i dont understand the matter. i have a fews question
ps: you can override this value before you start using easywebsocket, dunno if it helps
Sorry, something went wrong.
Ok, Ill try to explain it as good as posible.
My aplication is running by https so when a new EasyWebSocket is created, the javascript code in file easywebsocket make http request :
GET https://88.191.76.230:8950/socket.io/1/?t=1321357125228&jsonp=0
And the server doesnt send response.
Thanks .
yep this server doesnt support https. https is hard to deploy and it is costy to get a certificate. you can deploy https on your own server tho.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: