I am about to config ORDS again and want to clarify what the following documentation means
https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/25.1/ordig/deploying-and-monitoring-oracle-rest-data-services.html#GUID-AC5E2F60-8EF5-4E82-A08B-60450438F48B
-
If you are using HTTP protocol, then specify the following command:
ords --config <your configuration folder> config set standalone.http.port 8443
later
Also, ensure that your https port configuration setting, standalone.https.port
contains a value:
ords --config <your configuration folder> config set standalone.https.port 8443
So i intend to
a) terminate https traffic on OCI LoadBalancer on listener/certificates on port 8443 and then
b) redirect? traffic from LB to ORDS via http on port 8080.
Is the documentation advising something different ?
Apologies for terminology - I don't really understand most of this