Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Disable Server Name Indication (SNI) on ORDS 22.4?

Joseph UpshawJan 5 2023

After upgrading from ORDS 22.2.1 to 22.4 on Standalone Jetty, all requests are failing 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 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 site 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?

Comments
Post Details
Added on Jan 5 2023
2 comments
2,433 views