How do I run multiple HTTPS websites on the same IIS server?
Points of My Scenario:
1. I am admin for a domain member server running Windows Server 2008 R2 with IIS.
2. On this IIS server, there is a website running HTTPS over 443
3. I need to run a second HTTPS website on this same instance of IIS
QUESTION: How do I run multiple HTTPS websites on the same IIS server?
Microsoft IIS Web ServerWindows Server 2008SSL / HTTPS
Last Comment
waltforbes
8/22/2022 - Mon
R. Andrew Koffron
you'll just need to add unique info in the header sections, and make sure the DNS entries match. for internal traffic, you can just use a single name instead of Full Qualified urls.
look at the default website properties to see how it's set if you need.
waltforbes
ASKER
To Harel66: This works for multiple HTTP sites on same IIS server, but this does not work if using HTTPS - one is unable to choose host header when specifying use of certificates (HTTPS).
R. Andrew Koffron
can't believe I hadn't noticed that yet. sorry. hmm that's gonna be super annoying when we change our primary webserver.
look at the default website properties to see how it's set if you need.