Hi everyone,
I was trying to autoscale the Openvidu CE version In AWS. I managed to isolate the “openvidu_app_1” and deployed it in the fargate and remaining containers (nginx, openvidu-server, kms and etc) are deployed on the EC2 and these are both are communicating using the internal ALB instead of localhost which is default behaviour. Now when i tried to use the application with One/multiple fargate containers and with one EC2 the application is working seamlessly, but the problem is when i increase the count of EC2 instances there are errors in the application.
error:
“token”:"wss://<domain>.com?sessionId=<sessionname>&token=tok_GcM9djkHaF1j9Up
i tried the changes suggested in this link WebSocket connection to 'wss://mydomain/openvidu' failed: Error during WebSocket handshake: Unexpected response code: 400
but the error remained same, can anyone please help me resolving this issue.
Thankyou!!!