jnantel
Feb 07, 2012Nimbostratus
http to https with ExtJS lib derived content
To give you a quick summary of my setup:
I am using F5 Bigip LTM to terminate incoming https sessions and forwarding to the webservers with http. There are 2 webservers and they both work correctly and do not self address and all the links are properly converted to http based off the incoming connection. With one exception, a tree view that was created with javascript continues to show http:// links through the load balancer.
I should should see:
https://host/wiki/blahblah.php
Instead I see:
http://host/wiki/blahblah.php
Only links in this tree view behave this way.
Redirect rules do nothing. In my research I was told I may have to use a stream profile and basically rewrite http content on the fly.
My question, does anyone know of an easy way to solve this behavior or maybe correct it at the source?
Any input is welcome input. Thanks.