We've a pretty straight WebSocket node.js implementation which is working fine on
- our local machines.
- AWS cloud
but not working on
- Alibaba cloud
All the http/https requests are hitting but the websocket requests are not.
Tried to find the RCA of this:
- Google Chromium browser specific support issue
- Issue with Google App Engine
- Some deleted stackoverflow thread
- All ports are open in our case, and we're not using Socket.io also
- Code is not the problem for us
- Don't know if Alibaba blocks 8000/tcp ports
- We're too not sure why it's not working with Websockets
- CORS is enabled with the node server app already
Not very sure if Alibaba cloud supports WebSockets also.
Any more kind suggestions please?