So I've got multiple domain names.
www.ParentDomain.com (DNN Install)
--->www.subdomain01.com (subdomain01.ParentDomain.com)
--->www.subdomain01.com (subdomain02.ParentDomain.com)
I have a GoDaddy.com WildCard SSL Cert applied to *.ParentDomain.com which covers each of the subdomains perfectly.
The problem I am having is that the subdomains need to have masking applied so they show www.SubDomain01.com instead of subdomain01.ParentDomain.com, which for now is setup with DNS Masking. This makes any SSL page a standard http page because of the problems with the dns name differing from the site name listed in SSL.
What I want to do is use the built in SSL settings on the portal settings page of my DNN instance and have the SSL url set to https://subdomain01.ParentDomain.com, and have it go back to the masked name when not on a secured page. No matter how I try to set it up, I can't get it to work properly. I don't know if there are additional settings in IIS or in my DNS Arecords that I have to modify or what.
If I turn masking on, the site works perfectly without SSL, and if I turn it off the site works great with the hostheader name displayed and with SSL. Am I misunderstanding the purpose of these settings that are native to DNN's SSL settings?
Any help is definitely appreciated.