I am trying to get my websites to work with Amazon Web Service and Elastic Beanstalk (ELB).
I set the proxy protocol according to: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-proxy-protocol.html
I opened all incoming traffic to my load balancer and other security groups on all ports for all IP addresses.
I also supported listerner load balancing as HTTP on port 80.
In my network connection, the following error appears when trying to connect to port 80: failed: Error during handshake WebSocket: Unexpected response code: 400
And this error on port 8080: failed: Error establishing connection: net :: ERR_CONNECTION_REFUSED
Thank you, Iβm stuck at this point.
Thanks!
amazon-web-services amazon-elb websocket
Martok11
source share