Hi, we have a lslb setup with two webservers behind. We have two listeners set up, one on port 80 for http and one for https on port 443. They route requests through the same cluster. Now, my question is: is there any way of forwarding the ssl requests to the web servers instead of having the lb send the requests over http and handling the security part? The problem is that we are running magento on those servers and if magento receives a non secure request for a secure page it enters an endless redirect cycle.
Thanks
Thanks