Not sure about the specifics, but what I can tell you is that both https://www.dot-see.com and https://umazeldemov8.dot-see.com/ run with SSL without any issues (both are based on the uMazel starter kit). Some other sites based on the kit run under SSL as well.
Maybe there's some more info that could be useful here?
Umazel site under HTTPS
Since adding SSL cert and running under https I get an error when page content is loading in the back office:
Authorization error: Unauthorized access to URL: /umbraco/backoffice/UmbracoApi/Content/GetEmptyByKey Contact your administrator for information.
Wasn't getting this prior to SSL, anyone got any idea how to get rid of it.
Content does load and I can edit it so it's not the end of the world but it is annoying...
Not sure about the specifics, but what I can tell you is that both https://www.dot-see.com and https://umazeldemov8.dot-see.com/ run with SSL without any issues (both are based on the uMazel starter kit). Some other sites based on the kit run under SSL as well.
Maybe there's some more info that could be useful here?
A few things I'd try:
Ensure
Umbraco.Core.UseHttps
is set totrue
inweb.config
Delete the contents of the TEMP folder in /App_Data/ (it will be regenerated)
Clear out your cache for the site (or run in an incognito window)
Thanks Sotiris and Dan
Clearing the Temp folder helped with a formatting CSS issue I was having so thanks for that but the back office issue still remains.
Looks like permissions to be but unsure where to look??
is working on a reply...