Page preview not working when umbracoUseSSL = true
If is set to force Umbraco to run under SSL then the page preview function stops working. This appears to be because the preview is loading as an insecure http request into the https frame so the browser rejects the request as "mixed" content.
Page preview not working when umbracoUseSSL = true
If is set to force Umbraco to run under SSL then the page preview function stops working. This appears to be because the preview is loading as an insecure http request into the https frame so the browser rejects the request as "mixed" content.
Is there a solution to this problem?
Thanks
Dan
It appears to be a conflict with this package - https://our.umbraco.org/projects/website-utilities/https-redirect/ - which redirects https pages to http if they haven't been explicitly specified as such
I found when using preview over SSL I was getting the same issue... this resolved it for me. (add under
<system.webServer>
)is working on a reply...