From c3d3479327dc6af6c2a31451ca768f9191a06e70 Mon Sep 17 00:00:00 2001 From: Hakase Date: Mon, 17 Sep 2018 16:50:21 +0900 Subject: [PATCH] Add a description of Strict SNI --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a430219..58d5a82 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ Example Web Server - [https://ssl.hakase.io/](https://ssl.hakase.io/) - and the other. - HPACK, SSL Dynamic TLS Records Support. (Thanks to cloudflare!) - SSL Strict-SNI (ex: http { strict_sni on; } ) + - Strict SNI requires at least two ssl server settings (server { listen 443 ssl }). + - It does not matter what kind of certificate or duplicate. ## Upcoming Features - Auto build (rpm, deb, etc.)