I'm hoping someone can help out with this issue were are currently experiencing. We have a v4.11.10 install and have recently had to enable HTTPS/SSL on the umbraco backoffice, we use the "umbracoUseSSL" property to force this. The front end of the site is largely run under HTTP with a few sections forcing HTTPS/SSL.
The problem we are having is when we come to preview any page from the backoffice that is not protected by SSL on the front end, Umbraco serves up our standard 404. If we set umbracoUseSSL to false then everything works fine. I'm guessing that this is because the "preview cookie" is set under the context of HTTPS and there for can't be accessed when previewing the non HTTPS page.
Does anyone know a way around this short of enabling HTTPS on the entire front end (not a preferred option).
Previewing when backoffice is under HTTPS / SSL
Hi,
I'm hoping someone can help out with this issue were are currently experiencing. We have a v4.11.10 install and have recently had to enable HTTPS/SSL on the umbraco backoffice, we use the "umbracoUseSSL" property to force this. The front end of the site is largely run under HTTP with a few sections forcing HTTPS/SSL.
The problem we are having is when we come to preview any page from the backoffice that is not protected by SSL on the front end, Umbraco serves up our standard 404. If we set umbracoUseSSL to false then everything works fine. I'm guessing that this is because the "preview cookie" is set under the context of HTTPS and there for can't be accessed when previewing the non HTTPS page.
Does anyone know a way around this short of enabling HTTPS on the entire front end (not a preferred option).
Thanks
Steven
is working on a reply...