File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2602,14 +2602,14 @@ SSL session resumption can then get immediately initiated and bypass the full SS
2602
2602
Please note that TLS session tickets are very different and it is the clients' responsibility
2603
2603
to cache the SSL session state when session tickets are used. SSL session resumptions based on
2604
2604
TLS session tickets would happen automatically without going through this hook (nor the
2605
- [ ssl_session_store_by_lua_block ] ( #ssl_session_store_by_lua ) hook). This hook is mainly
2605
+ [ ssl_session_store_by_lua * ] ( #ssl_session_store_by_lua_block ) hook). This hook is mainly
2606
2606
for older or less capable SSL clients that can only do SSL sessions by session IDs.
2607
2607
2608
2608
When [ ssl_certificate_by_lua* ] ( #ssl_certificate_by_lua_block ) is specified at the same time,
2609
2609
this hook usually runs before [ ssl_certificate_by_lua* ] ( #ssl_certificate_by_lua_block ) .
2610
2610
When the SSL session is found and successfully loaded for the current SSL connection,
2611
2611
SSL session resumption will happen and thus bypass the [ ssl_certificate_by_lua* ] ( #ssl_certificate_by_lua_block )
2612
- hook completely. In this case, NGINX also bypasses the [ ssl_session_store_by_lua_block ] ( #ssl_session_store_by_lua )
2612
+ hook completely. In this case, NGINX also bypasses the [ ssl_session_store_by_lua * ] ( #ssl_session_store_by_lua_block )
2613
2613
hook, for obvious reasons.
2614
2614
2615
2615
To easily test this hook locally with a modern web browser, you can temporarily put the following line
Original file line number Diff line number Diff line change @@ -2196,14 +2196,14 @@ SSL session resumption can then get immediately initiated and bypass the full SS
2196
2196
Please note that TLS session tickets are very different and it is the clients' responsibility
2197
2197
to cache the SSL session state when session tickets are used. SSL session resumptions based on
2198
2198
TLS session tickets would happen automatically without going through this hook (nor the
2199
- [[#ssl_session_store_by_lua* | ssl_session_store_by_lua_block ]] hook). This hook is mainly
2199
+ [[#ssl_session_store_by_lua_block | ssl_session_store_by_lua* ]] hook). This hook is mainly
2200
2200
for older or less capable SSL clients that can only do SSL sessions by session IDs.
2201
2201
2202
2202
When [[#ssl_certificate_by_lua_block |ssl_certificate_by_lua* ]] is specified at the same time,
2203
2203
this hook usually runs before [[#ssl_certificate_by_lua_block |ssl_certificate_by_lua* ]].
2204
2204
When the SSL session is found and successfully loaded for the current SSL connection,
2205
2205
SSL session resumption will happen and thus bypass the [[#ssl_certificate_by_lua_block |ssl_certificate_by_lua* ]]
2206
- hook completely. In this case, NGINX also bypasses the [[#ssl_session_store_by_lua* | ssl_session_store_by_lua_block ]]
2206
+ hook completely. In this case, NGINX also bypasses the [[#ssl_session_store_by_lua_block | ssl_session_store_by_lua* ]]
2207
2207
hook, for obvious reasons.
2208
2208
2209
2209
To easily test this hook locally with a modern web browser, you can temporarily put the following line
You can’t perform that action at this time.
0 commit comments