Hello,
First let us state we've searched the forums, we've searched the web, and so far nothing we've found as solutions, actualy work for us, rather the issue we have is not the same as the ones we've found on DNN's Forums, or other sites.
So we have one of our customer sites.. http://www.testmyteen.com. We have a permanent redirect from testmyteen.com to www.testmyteen.com. This should not effect our issue.
If we simply try to browse to https://www.testmyteen.com everything works and an HTTPS session is established. However when we enable SSL on the admin side of the portal (we simply turn on the SSL feature, we're not specifying any force option or entering servers), then enable a page to be Secure, the page ends up in a permanent redirect loop.
I believe it's on account of how DNN is trying to force itself to HTTPS.. It's doing a http://www.testmyteen.com:443 which I don't understand. I know the port is 443 for SSL, however simply redirecting to https:// not adding he port should be, (according to other sources), all that is required to change to a secure mode.
I believe even now with SSL settings in Admin turned off.. You can try to go to http://www.testmyteen.com:443 and you won't get the redirect loop, however you will wait indefinately for the page to load.
We've tried to inspect with Fiddler and sure enough, when we have our page which is secured, and SSL on.. I can see a request made to change to https://www.testmyteen.com however then immediately after another request to go to http://www.testmyteen.com, hence the redirect loop.
https://www.testmyteen.com WILL work when SSL is on as well if you type your way to it. However http://www.testmyteen.com:443 never works.
This is a fresh install of 5.x, we have few modules installed (Indoo and a couple Data Springs).
I know this is not an issue with AJAX, as 1.0/1.1 framework or ASP.AJAX was never installed on the server. We've insured all settings in web.config where appropriate reference 3.5.0.0 (there is only that and 2.0.0.0 - no 1.x even exist). I've checked and run the Windows Uninstall Cleaner, to ensure nothing is even remotely installed for the ASP.AJAX.
HELP!!!!!!!
PS. We've asked our server guys who we host with, and they don't have a clue.... Also our certificate seems to be missing information, I'm hoping that's just the type of cert we have... and not an issue with the SSL.