Reverse Proxy to Apex
Hi Experts,
We need your expertise.
Apex Version 24.1
ORDS Version 23.4
We have a new website domain mapped to the public IP address of the load balancer. Configured my nginx web server to reverse proxy to my apex app.
Request goes Load Balancer(443)—>Ngnix—> Apex
It is working with http(Ngnix) , we are able to redirect to the required app page and we are able to login after entering the credentials. Request goes Load Balancer(443)—>Ngnix(80)—> Apex
But when we use https(Ngnix), we are able to redirect to the required app page but we are unable to login. No error thrown. Request goes Load Balancer(443)—>Ngnix(443)—> Apex