Hey Joe,
Along the same lines as what Christian was asking per this thread: http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=3&thread=460&postid=2076, I was wondering if it might be possible to specify an alternate domain for secure vs non-secure pages (perhaps as a web.config key).
The reason why this would be handy (at least in my environment), is that we have one SSL cert that is used across multiple domains:
Non-Secure SSL Equivalent
www.site1.myuniversity.edu https://server.myuniversity.edu/site1
www.site2.myuniversity.edu https://server.myuniversity.edu/site2
So in essence, what I'm asking is to be able to change the secured domain name beyond just adding an "s" to http. I realize that this would cause the authentication to only be valid at the 2nd url above, but that would be fine by me, since what I'm really going for is to just have the login page's traffic encrypted for internal staff.
Thank you,
Shaun