When attempting to login to the back-office site, we get a no-referrer-when-downgrade error. The error being reported is .too many redirects'. The site shows that the back-office is unavailable.
For our environment, we have our cert installed on an F5 and each web server running behind it is hosting the Umbraco site.
Back-office with HTTPS in 8.0 not working
When attempting to login to the back-office site, we get a no-referrer-when-downgrade error. The error being reported is .too many redirects'. The site shows that the back-office is unavailable.
For our environment, we have our cert installed on an F5 and each web server running behind it is hosting the Umbraco site.
Any help would be greatly appreciated.
Do you have any rewrite rules added in web.config? I assume that
Umbraco.Core.UseHttps
is set totrue
in Web.config?I do not have any rewrite rules in my config and yes, you assumption is correct (useHttps = true)
is working on a reply...