Re: How to redirect http request to https in ebs r12
Posted by ErmanArslansOracleBlog on Apr 22, 2021; 8:39am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/How-to-redirect-http-request-to-https-in-ebs-r12-tp9646p9653.html
Yes.. You can do that. It is a redirect from http but https.
You can do it by using a web server in front of EBS Web listener, but I don't think this will be good for security..
You already disabled the http port while implementing the SSL configuration.. So now you are requesting a method which is inconsisten with this move..
Alternatively you can ask your network admin / load balancer admin to implement such a configuration, if there is a load balancer between your clients and EBS app nodes.. If there is such a configuration in your env, then this thing(http to https redirect) can also be made on the load balancer side.