SSL Traffic to Server (IIS experts very welcome)

Soldato
Joined
18 Oct 2003
Posts
19,415
Location
Midlands
Hello all,

On our IIS webserver we have 1 site configured to use SSL. It's all working fine, but all https requests to the server are redirecting to that one site and we don't want that really.

So, e.g. the SSL is set up for the domain of store.oursite.com

https://store.oursite.com - gives the proper site with the right url

https://store.test.com - gives the proper site but with the wrong url
https://98.76.54.321 (server ip) - gives the proper site with the ip in the url

Why does SSL do this on IIS?

Can we change it so that only the one site uses the SSL?

Any help is much appreciated. Thanks.
 
Is the site that uses SSL on its own IP address?

Don't think so, its set to default in the headers config on IIS so I assume its using the servers IP. We have a few web apps hosted on the same web server.
 
Thanks daz, that's a golden nugget of info I could have used some weeks back. At the risk of sounding completely incompetent.. will our hosting service provide a different dedicated IP for the site?
 
Back
Top Bottom