Working with an external load balancer that handles all SSL transactions and forwards requests on clients behalf to backend litespeed server via regular http connections. We have a situation where we want requests like this: https://admin.test.com to re-direct to https://admin.test.com/admin. This re-direction is handled by our rails application and worked fine with our mongrel setup. However for some reason litespeed appears to be sending the re-direct back to the browser as non-ssl -> http://admin.test.com/admin. I haven't specified any response header changes. Any thoughts?