Update nginx strict sni.

Issue: https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319
This commit is contained in:
2018-10-04 23:39:24 +09:00
parent d435a2c386
commit 08fded9050
3 changed files with 25 additions and 29 deletions
+1 -7
View File
@@ -109,13 +109,7 @@ Run it from the nginx directory.
``curl https://raw.githubusercontent.com/hakasenyang/openssl-patch/master/nginx_strict-sni.patch | patch -p1``
And then run it from the openssl directory.
``curl https://raw.githubusercontent.com/hakasenyang/openssl-patch/master/openssl_ignore_log_strict-sni.patch | patch -p1``
Finally, build nginx.
Example patch is [here](https://github.com/hakasenyang/nginx-build/blob/master/strict-sni-example.patch). (nginx)
Thanks [@JemmyLoveJenny](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319)!
### nginx OpenSSL-1.1.x Renegotiation Bugfix