Jump to content

Recommended Posts

Posted

I have two sites in IIS7, the Default Web Site and one for Reporting. I have two SSL certificates.

 

I am trying to work out how I can leave both sites running on port 443 and assign the relevant SSL to each. It seems as soon as I make changes to the Default Web Site, the reporting site is changed, and vice versa.

 

Is this possible? Or do I need to get an SSL certificate that has all the relevant URLs on one certificate?

Posted

That's the one - although the SSL certs should have the host names in already which IIS will pickup.

Then in your DNS point the address to the IP that you have assigned the site to.

Posted
That's the one - although the SSL certs should have the host names in already which IIS will pickup.

Then in your DNS point the address to the IP that you have assigned the site to.

But if all the sites are on one server, on the same port and IP, I'll have to use the hostname to differentiate between the sites? If the SSL has multiple names on it?

Posted

Sorry I wasn't clear :)

 

You need...

 

IP Address 1 (192.168.2.2) - SSL Cert 1 - NAT to external IP 1

IP Address 2 (192.168.2.3) - SSL Cert 2 - NAT to external IP 2

 

So different IPs per IIS site are needed unless you have a multi domain cert or wildcard cert.

Posted (edited)

I'm in the process of getting a multi domain SSL to cover all the URLs however you can't have multiple sites running on the same port?

 

I was hoping I could have all the sites running on 443 but then use the hostname to differentiate between the sites.

 

Seems not.

 

Bah. Any other ideas?

Edited by Edu-IT
Posted
I'm in the process of getting a multi domain SSL to cover all the URLs however you can't have multiple sites running on the same port?

 

You can have multiple sites on a single port using a couple of different methods:

 

Virtual sites, with name resolution doing the direction.

 

Reverse proxying.

Posted (edited)

So in my IIS at the moment I have:

 

Default Web site

- Site 1

 

Then I have:

 

Site 2

Site 3

Site 4

 

Do I need to get Site 2, Site 3, Site 4 under the Default Website then rather than as seperate sites?

 

Edit: Then set the bindings on that Default Web site so that there is a seperate binding for hostname site2?

Edited by Edu-IT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...