SNI, Server Name Indication, is an extension of the TLS protocol. It indicates which hostname the browser is contacting at the beginning of the "handshake" process; allows a server to securely host multiple SSL certificates for multiple sites that exist on the same IP address.
When using SNI, the server's hostname is included in the TLS handshake, which allows HTTPS websites to have unique TLS certificates, even if they are on a shared IP address.
How does SNI work?
SNI allows a web server to host multiple sites on a single IP address via extensions of the SSL or TLS handshake. This extension enables the client to specify the requested domain in the initial TLS request, allowing the server to select an appropriate SSL certificate to send back to the client for verification.
SNI Support (Browser and Tools)
As with all the latest technology, SNI’s browsing Server and server adoption is not yet widespread. An estimated 15% of browsers currently do not have SNI support, and those legacy browsers will see the website's default certificate and a possible mismatch between the certificate hostname and the website name.
Today's most popular web browsers and modern operating systems support SNI; unsupported browsers will receive a default certificate and will typically issue a certificate warning. The following lists some supported browsers:
1. Default browser for Android phones - starting with 4.x
2. Default browser for Android tablets - starting with 3.x
3. BlackBerry 10 Web Browser
4. Google Chrome - starting from version 6.0
5. Internet Explorer - starting from version 7 (Windows XP does not support SNI)
6. Mozilla Firefox - starting from version 2.0
Summary: The above is the entire content of this article, I hope it will be helpful to everyone's learning.
The above is the detailed content of What does SNI mean?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),