I got issue while I go to admin /Episerver it redirects to private IP under an Azure load balancer with two cms instance hosted on azure VM machine.
Url: http://PRIVATE-IP/util/login.aspx?ReturnUrl=%2FEPiServer
But it works if directly go to https://DOMAIN-NAME/util/login.aspx?ReturnUrl=%2FEPiServer
Seems like HTTPs redirect issue under a load balancer.
Why /Episerver redirect to insecure HTTP ?
How to fix this issue. Your help will be appreciated.