Answers for "beanstalk websocket HTTP ERROR 503"

1

beanstalk websocket HTTP ERROR 503

Is your ELB using HTTP/HTTP listeners or TCP/SSL listeners?
Websockets only works on the latter protocol types.
Change the listener to TCP and it will work.
Posted by: Guest on April-05-2022

Browse Popular Code Answers by Language