Hi all,
We are trying to utilize the SSL capabilities of DNN. We have created, purchased, and installed our Verasign certificate, ad everything works as expected except for one thing.
For some reason, when we select both "SSL Enabled" and "SSL Enforced" in site settings, when we are going from an SSL-enabled page to a non-SSL enabled page, we see in the top of the page the redirect url, fully qualified (ex. http://abc.com/Default.aspx - sorry the real site is internal right now).
We can avoid this for the most page by unchecking "SSL Enforced", however, that means as soon as the user hits one ssl page, the rest of the sesion stays in SSL (obviously a big waste of server resources, as the vast majority of our pages don't require ssl).
We are running in a load-balanced environment (a pass through load-balancer in front of 2 webservers), but even when we turn off one of the servers we still have the issue.
Has anyone else experienced this issue? We are running vanilla DNN4.9.5, with very few modules installed.
I have looked at posts explaining how dnn does its SSL (like this one from Joe Brinkman),
http://blog.theaccidentalgeek.com/?ta...
and I understand the double page hit to switch the protocol, we just don't understand the stray uri being written before it redirects with the "SSL Enforced" checked.
thks,
Phil