I've installed DNN 4.8 I have everything up and running and it works great. I have set up 3 portals, the main one and two others. I have the Authentication module working in it's default place and the default user management set up.
I have a windows 2003 web server with IIS 6 in place and I have DNN set up on it's own IP address with it's own database and worker process group (application pool), for DNS I point the domain names of the three portals to the IP address for DNN virtual web site and use host headers to accept those domain names in that web site tree within the IIS 6 MMC. This all works fine when typing in the the url going to each site and using the Login module and user profile mangement module, each site's members are good for each site but not each other, the accounts do not cross.
So I want to set up an https connection for the login page and the user profile management pages, I have installed a test certificate on my IIS server for this web site which has it's dedicated IP address for the DNN virtual directory, that went fine.
The cert is set up for the domain name of the main DNN portal. How can I set up https connections for all of the portals' login and user profile management pages. Will the single IP address and various domain names for each portal create an issue?
Is there a way to set up each login and user management page to use a https connection for every DNN portal with seperate domain names for each even though they all reside on one IP address with the cert domain name being one ofthe portal domain names but being different from the others?
Thanks