Re: Help! backend tomcat server tries to perform Web Sockets handshake (HTTP 101) but Nginx never returns a response back to the client

2017-06-02 Thread themarcelor
Fixed. Had to replace the Classic AWS ELB with an ALB. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274580,274615#msg-274615 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Help! backend tomcat server tries to perform Web Sockets handshake (HTTP 101) but Nginx never returns a response back to the client

2017-06-01 Thread themarcelor
Hello, In a Kubernetes cluster, I have an Nginx server acting like a reverse proxy / TLS termination solution that proxypass requests to a backend Tomcat application that has some functionalities powered by Web Sockets (SockJS / Stomp). Unfortunately, the Web Sockets handshake never completes succ