From 8c1dcb3c220a8e7ef4339867ba41ebcc6f3dbd04 Mon Sep 17 00:00:00 2001 From: Hakase Date: Mon, 8 Oct 2018 07:43:53 +0900 Subject: [PATCH] Add comment(strict sni) to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 783c890..3bcfe2b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,13 @@ Run it from the nginx directory. ``curl https://raw.githubusercontent.com/hakasenyang/openssl-patch/master/nginx_strict-sni.patch | patch -p1`` +This is a condition for using strict sni. + +- Strict SNI requires at least two ssl server (fake) settings (se +rver { listen 443 ssl }). +- It does not matter what kind of certificate or duplicate +. + Thanks [@JemmyLoveJenny](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319)! ### nginx OpenSSL-1.1.x Renegotiation Bugfix