Register for our API Month Tech Talk on April 18! Explore the latest in API trends, security, and more. Register Now
Back to Kubernetes Glossary

Server Name Indication

What is Server Name Indication?

Server Name Indication, or SNI, is an extension to the TLS protocol that allows a single server to securely host multiple domains. With SNI, a client can request a specific host to the server, in which case the server can respond with the appropriate certificate for the given host. With SNI, a single server can serve www.example.com and www.example.org over HTTPS, with different certificates.

Related Terms