I am having a problem with an old school asp.net site that has been moved behind a SSL terminated loadbalancer. All traffic to IIS is coming from the load balancer as port 80 http traffic. IIS is rendering all the script/image/link urls into http://....
The problem for us is the client browers are seeing pages with absolute URLs containing http protocol links within a https://
page. The browsers are warning about mixing secure and insecure content.
How can this be fixed so that the links are generated with https://
instead of http://
Thanks in Advance
bille