single IP Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/single-ip/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Fri, 03 Feb 2017 00:56:41 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://www.anujvarma.com/wp-content/uploads/anujtech.png single IP Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/single-ip/ 32 32 multiple sites, single IP https://www.anujvarma.com/multiple-sites-single-ip/ https://www.anujvarma.com/multiple-sites-single-ip/#respond Wed, 01 Feb 2017 01:47:47 +0000 http://www.anujvarma.com/?p=4481 In brief, if you want to host multiple sites (on IIS) – and all you have is a single  IP , you have to use host-headers (in IIS). These host […]

The post multiple sites, single IP appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
In brief, if you want to host multiple sites (on IIS) – and all you have is a single  IP , you have to use host-headers (in IIS). These host headers will identify the incoming target website and IIS can appropriately redirect to the appropriate target. However, if your sites require SSL, there is no way to accomplish this with a single IP (assuming each site has it’s own certificate).

Wildcart SSL Cert

A potential workaround is to use a wildcard cert  – which would allow multiple site bindings to a single IP.

Multiple IP addresses – Single Server

Of course, if you are not restricted from assigning additional IPs on the same server, you are all set. All you need is a unique IP for each website that you are hosting.

Cloud and Virtual IPs

In the cloud world, obtaining VIPs (Virtual IPs) for the same instance is a piece of cake. This makes hosting multiple sites on the same instance trivial in the cloud. Each site can have it’s own SSL cert or use a wildcard cert across all sites.

References

https://blogs.msdn.microsoft.com/varunm/2013/06/18/bind-multiple-sites-on-same-ip-address-and-port-in-ssl/

The post multiple sites, single IP appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
https://www.anujvarma.com/multiple-sites-single-ip/feed/ 0