File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2484,6 +2484,19 @@ SSL session resumption will happen and thus bypass the [ssl_certificate_by_lua*]
2484
2484
hook completely. In this case, NGINX also bypasses the [ ssl_session_store_by_lua_block] ( #ssl_session_store_by_lua )
2485
2485
hook, for obvious reasons.
2486
2486
2487
+ If you are using pre-built packages for OpenResty 1.11.2.1 or later, then everything should work
2488
+ out of the box.
2489
+
2490
+ If you are using OpenSSL libraries not provided by OpenResty, then you need to apply the following patch for
2491
+ OpenSSL 1.0.2h or later:
2492
+
2493
+ < https://github.com/openresty/openresty/blob/master/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch >
2494
+
2495
+ If you are not using the NGINX core shipped with OpenResty 1.11.2.1, then you need to
2496
+ apply the following patch to the standard NGINX core 1.11.2 or later:
2497
+
2498
+ < http://openresty.org/download/nginx-1.11.2-nonblocking_ssl_handshake_hooks.patch >
2499
+
2487
2500
This directive was first introduced in the ` v0.10.6 ` release.
2488
2501
2489
2502
[ Back to TOC] ( #directives )
Original file line number Diff line number Diff line change @@ -2091,6 +2091,19 @@ SSL session resumption will happen and thus bypass the [[#ssl_certificate_by_lua
2091
2091
hook completely. In this case, NGINX also bypasses the [[#ssl_session_store_by_lua* |ssl_session_store_by_lua_block ]]
2092
2092
hook, for obvious reasons.
2093
2093
2094
+ If you are using pre-built packages for [OpenResty](https://openresty.org) 1.11.2.1 or later, then everything should work
2095
+ out of the box.
2096
+
2097
+ If you are using OpenSSL libraries not provided by [OpenResty](https://openresty.org),
2098
+ then you need to apply the following patch for OpenSSL 1.0.2h or later:
2099
+
2100
+ https://github.com/openresty/openresty/blob/master/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch
2101
+
2102
+ If you are not using the NGINX core shipped with [OpenResty](https://openresty.org) 1.11.2.1 or later, then you need to
2103
+ apply the following patch to the standard NGINX core 1.11.2 or later:
2104
+
2105
+ http://openresty.org/download/nginx-1.11.2-nonblocking_ssl_handshake_hooks.patch
2106
+
2094
2107
This directive was first introduced in the <code>v0.10.6 </code> release.
2095
2108
2096
2109
== ssl_session_fetch_by_lua_file ==
You can’t perform that action at this time.
0 commit comments