Server Name Indication (SNI) support allows you to host multiple SSL certificates for different domains on the same IP address. Users who are on shared servers that support SNI can install their own certificates without a dedicated IP address.
SNI indicates which hostname is being contacted by the browser at the beginning of the 'handshake' process. This allows a server to connect multiple SSL Certificates to one IP address.
SNI indicates which hostname is being contacted by the browser at the beginning of the 'handshake' process. This allows a server to connect multiple SSL Certificates to one IP address.