Hi,
We have a 6.1.0 DNN installation. As a security request from our client, we want to activate SSL (https) for this site.
We installed the SSL certificate and added a separate host name to work on port 443 (for testing purposes).
This new https host name is added to the site aliases.
We also enabled the "SSL Enabled" and "SSL Enforced" checkboxes in site settings.
According to the specifications, each page that you want to be resolved with SSL, has to be marked as "secure".
It would be a major task to check each page individually as "secure", so we just launched an SQL update statement in the Tabs table, setting the IsSecure flag to '1' instead of '0'.
Now, following all these steps, it should work. Each page should now be retrievable with the new SSL host name.
But unfortunately, that's not the case. No matter which page that we request, it turns into an infinite 302 redirect loop. Trying to call itself over and over again.
Anyone with some fresh ideas on this?
Cheers
Jeroen