1

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:

Not very sure if Alibaba cloud supports WebSockets also.

Any more kind suggestions please?

xameeramir
  • 25,752
  • 22
  • 132
  • 205

1 Answers1

1

We implemented WebSocket successfully for both AWS and Alibaba Cloud. WebSocket requires proper SSL termination, AWS/local and Alibaba Cloud have different locations for https/SSL settings depending on your application architecture. You can read the "WebSocket support" in the following Alibaba Cloud document to find out more details: https://www.alibabacloud.com/help/doc-detail/50309.htm

The AWS guide is: https://aws.amazon.com/blogs/database/how-to-build-a-chat-application-with-amazon-elasticache-for-redis/

Xiaojun
  • 813
  • 6
  • 4