It all works fine, however I am getting the "partialyy encrypted" error. I have tried using the full path starting with https but it still seems to access images using http as well!?
Is this a problem caused by Umbraco redirecting to the page url? Has anyone got a fully working https section on an Umbraco website?
if the requested page is using https, the static content will also use https. if it's using http then the static content will use http as well. note: this wasn't on an Umbraco site.
setup of secure https section
I am using SecuritySwitch (http://code.google.com/p/securityswitch/) to enable and switch in and out of HTTPS.
It all works fine, however I am getting the "partialyy encrypted" error. I have tried using the full path starting with https but it still seems to access images using http as well!?
Is this a problem caused by Umbraco redirecting to the page url? Has anyone got a fully working https section on an Umbraco website?
this may not be the case for you, but i previously had to set rules to ignore static content paths in by web.config.
if the requested page is using https, the static content will also use https.
if it's using http then the static content will use http as well.
note: this wasn't on an Umbraco site.
is working on a reply...