You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to debug the issue with a simple socket.io app on GKE. Websockets/Socket.io works fine over HTTP (ws://) but when switching to HTTPS (wss://) the client does receive a valid response with a Sec-WebSocket-Accept header but within a second or two after the handshake the connection gets closed and no messages are relayed. Below is the configuration. I tried to keep it plain and simple.
Hi,
I've been trying to debug the issue with a simple socket.io app on GKE. Websockets/Socket.io works fine over HTTP (ws://) but when switching to HTTPS (wss://) the client does receive a valid response with a Sec-WebSocket-Accept header but within a second or two after the handshake the connection gets closed and no messages are relayed. Below is the configuration. I tried to keep it plain and simple.
Ingress:
Service:
Deployment
Flask App
The text was updated successfully, but these errors were encountered: