1 repository
Extensions to the TLS protocol that allow a client to indicate which hostname it is attempting to connect to at the start of the handshake process.
Distinguishing note: This is a specific TLS extension for multi-site hosting, distinct from general-purpose certificate management or authentication.
Explore 1 awesome GitHub repository matching security & cryptography · Server Name Indication. Refine with filters or upvote what's useful.
Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an efficient, event-driven architecture. It functions as a versatile traffic management gateway and content delivery accelerator, providing the infrastructure necessary to route client requests, balance loads across backend servers, and serve static assets with minimal resource consumption. The project distinguishes itself through a master-worker process model that separates configuration management from request processing, ensuring stable operations under heavy load. Its modular requ
Enables hosting multiple HTTPS websites on a single IP address by identifying the requested hostname during the TLS handshake.