What happens when I go to an SSL umbraco page is that it redirect to https and then redirects to http and then back to https and goes into an infinite loop.
It appears to be an umbraco content only thing, If I go to a page in the umbraco backend using https, it works fine.
I have no rules in the UrlRewriting.config
I have had a look ath the HTTPS Redirect source and it seems that it is doing what its meant to.
But something is redirecting https pages back to http....Has anyone got any ideas what it could be?
HTTPS Redirect infinite loop
Hi,
I am trying to make sure that login and registration on the site we are developing use https.
I have installed Lee Kelleher' HTTPS Redirect Package (http://our.umbraco.org/projects/website-utilities/https-redirect)
I have protected some pages by Document Type.
What happens when I go to an SSL umbraco page is that it redirect to https and then redirects to http and then back to https and goes into an infinite loop.
It appears to be an umbraco content only thing, If I go to a page in the umbraco backend using https, it works fine.
I have no rules in the UrlRewriting.config
I have had a look ath the HTTPS Redirect source and it seems that it is doing what its meant to.
But something is redirecting https pages back to http....Has anyone got any ideas what it could be?
I am using v4.7.1.1 and its installed on IIS7.5.
Cheers,
Scott
Hi Scott,
I think you might have found a bug in the package... seems strange, as I'm sure we would have tested for this scenario.
If I provide a hotfix, would you mind testing it? It should be a simple DLL replace in your /bin folder. Drop me your email address here.
Thanks, Lee.
Hi Scott,
No worries about emailing me, I've uploaded a new version of the package: (v1.0.1)
Let me know if you run into any other issues.
Cheers, Lee.
Hi Lee,
Thats it working a treat.
Really appreciate the quick fix.
Cheers,
Scott
I had this issue and it was due to Umbraco host names. See http://our.umbraco.org/projects/website-utilities/https-redirect/https-redirect-feedback/40750-Redirect-Loop-v12
is working on a reply...