I have websocket client connecting to my websocket server in the cloud to send some data but I cannot get it to connect. I have tried with a Python script and some Chrome websocket plugins and they all work, I can connect, send and receive data. When I try to connect I receive the following two error messages:
Code: Select all
E (18:19:24.472) TRANSPORT_WS: Sec-WebSocket-Accept not found
E (18:19:24.472) WEBSOCKET_CLIENT: Error transport connect
Anyone who has had the same problem or knows how to solve it?
Thanks!
Daniel