After upgrading from ORDS 22.2.1 to 22.4 on Standalone Jetty, all requests are failing with errors like this:
2023-01-05T14:17:06.606Z INFO handleException /ords org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI
We note that between these ORDS versions, Jetty was also updated from 9.4.48.v20220622 to 10.0.12.
The JAVA layer was kept the same at: Java HotSpot(TM) 64-Bit Server VM 11.0.16.0.1+1-LTS-2
So, the SNI check was newly added. As all of our sites go through a load balancer, they are all failing now due to the redirect coupled with SNI.
Is there some way to disable this SNI check or some other work around?