Hosting multiple SSL certificates on a single IP address with SNI

Overview

All of our hosting services support the Server Name Indication (SNI) extension to the Transport Layer Security protocol. This makes it possible for Apache to use authentic SSL certificates for sites hosted on shared IP addresses. SNI helps to efficiently use IPv4 resources and provides the following benefits:

  • You can run any number of SSL sites with independent certificates on a single IPv4 address.
  • You can install independent SSL certificates on each of your sites. Now, there is no need to create another subscription. Each subscription can install an SSL certificate even if there is only one shared IP address on the whole server.

Supported Browsers

SSL support with SNI on shared IP addresses requires that the user's browser supports SNI. Most modern web browsers support it (e.g., IE 7 and above, Firefox, Opera, and Chrome). However, there are a few outlier exceptions:

  • Any Internet Explorer browser on Windows XP
  • Chrome 5 and older on Windows XP
  • Blackberry web browser
  • Windows Mobile phones up to version 6.5
  • Android mobile phone default browser on Android OS 2.x

Most of these exceptions are found when the end-user is running software that is incredibly out of date. To learn more about SNI and client software that supports it, refer to http://en.wikipedia.org/wiki/Server_Name_Indication.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can I create a database from an sql backup file ?

First, create the database.. /path/to/bin/mysqladmin -u $mysqlusername -p$mysqlpassword create...

How can I see all running processes from my server?

Type the following command from shell prompt.It will display the currently running processes. ps...

Connecting to your Windows server

To connect to your Windows VPS or Dedicated server, you use Remote Desktop Connection. Go to:...

Connecting to your Linux server

To connect to your Linux VPS or Dedicated Server, you need a ssh client.  We recommend...

Memory usage seems too high inside a VPS

There are cases when you may notice that the memory usage is too high inside your VPS without a...