SSL VHosting On The Same IP (aka SNI)
Posted by Paul Kehrer on November 3, 2009
2 comments
Server Name Indication (SNI), an extension to TLS, allows browsers that support it to connect to SSL hosts that do not have dedicated IPs (much like standard http virtual hosting has worked for years). This extension, however, must be supported on both the server and client side. Microsoft has not yet chosen to support it [...]