Add comment(strict sni) to README.md

openssl-1.1.1
Hakase 2018-10-08 07:43:53 +09:00
parent 5a684e86c1
commit 8c1dcb3c22
No known key found for this signature in database
GPG Key ID: BB2821A9E0DF48C9
1 changed files with 7 additions and 0 deletions

View File

@ -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