I encountered it with CUBA 7.2 uberJar deployed on Elastic Beanstalk, a month ago, had a load balancer.
My quick fix was to use war deployment on manually installed Tomcat on EC2 instance without a load balancer. For now it will hold.
I tried to experiment with sticky sessions, enforcing HTTP/1.0 and such as described here, but it didn’t work
Did not have time to figure out yet about "configuration directive “proxy_http_version 1.0;” into the server-domain-specific configuration located in the “vhost.d” so if somebody knows where this setting is, please share.
Did you deploy your application as bootjar? Then it would look like there is relation (uberJar)
I’m also curious if this error shows up if deployed inside a container.
Kind regards,
Mladen