Rethink platform engineering and developer impact in the age of AI. Tune in to our webinar on Thursday, May 22.

Back to Kubernetes Glossary

Server Name Indication (SNI)

What is Server Name Indication (SNI)?

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 items