Server Name Indication (SNI) is an extension to the TLS protocol that allows multiple SSL certificates to be hosted on a single IP address. This makes SSL more accessible and cost‑effective, especially as IPv4 addresses become scarce.
What Is SNI?
-
Normally, each SSL certificate requires a dedicated IP address.
-
With SNI, the client (browser) indicates the hostname it is connecting to during the SSL handshake.
-
The server can then present the correct SSL certificate for that hostname.
-
This allows multiple SSL‑enabled sites to share one IP address.
Ruachost Server SNI Support
-
All Ruachost managed servers support SNI.
-
You do not need to purchase a dedicated IP address to install an SSL certificate.
-
This makes SSL deployment simpler and more affordable for shared hosting customers.
Browser SNI Support
Most modern operating systems and browsers support SNI. However, there are a few exceptions:
-
❌ Not supported:
-
Internet Explorer on Windows XP
-
Safari on Windows XP
-
BlackBerry OS 7.1 and earlier
-
Windows Mobile 6.5 and earlier
-
Android default browser on Android OS 2.x
-
-
✅ Supported:
-
All modern versions of Chrome, Firefox, Edge, Safari, and Opera
-
Modern Android and iOS browsers
-
Notes
|