We have a portal that has been setup to apply SSL to the entire portal (i.e. set SSL option on from host->portal settings.) The ASP SSL settings including the certificate have been set-up and operationally the site is inaccessible unless the user is using a SSL (https) connection with appropriate certification.
The problem that we are having is that from the login page, the user enters a valid user name and password but is never redirected (correctly) to our startup page. It seems that the user is stuck on the login page. Interestingly enough, if we disable SSL (from both ASP and DNN) and log in as a valid user (saving the login credentials), stop IIS, reset back to SSL and connect to the web site we are directed correctly to our startup page.
It seems that the only time we have a problem is trying to actually log in to the system from the log in page. Any idea what I may have not configured correctly for SSL under DNN? Hopefully this isn’t one of those open-ended thread-after-thread questions.
Thanks in advance.