Skip to content

Commit 5a3c48d

Browse files
chronolawagentzh
authored andcommitted
doc: fixed the links to ssl_session_store_by_lua_block.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent 15e93a1 commit 5a3c48d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,14 +2602,14 @@ SSL session resumption can then get immediately initiated and bypass the full SS
26022602
Please note that TLS session tickets are very different and it is the clients' responsibility
26032603
to cache the SSL session state when session tickets are used. SSL session resumptions based on
26042604
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
26062606
for older or less capable SSL clients that can only do SSL sessions by session IDs.
26072607

26082608
When [ssl_certificate_by_lua*](#ssl_certificate_by_lua_block) is specified at the same time,
26092609
this hook usually runs before [ssl_certificate_by_lua*](#ssl_certificate_by_lua_block).
26102610
When the SSL session is found and successfully loaded for the current SSL connection,
26112611
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)
26132613
hook, for obvious reasons.
26142614

26152615
To easily test this hook locally with a modern web browser, you can temporarily put the following line

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,14 +2196,14 @@ SSL session resumption can then get immediately initiated and bypass the full SS
21962196
Please note that TLS session tickets are very different and it is the clients' responsibility
21972197
to cache the SSL session state when session tickets are used. SSL session resumptions based on
21982198
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
22002200
for older or less capable SSL clients that can only do SSL sessions by session IDs.
22012201
22022202
When [[#ssl_certificate_by_lua_block|ssl_certificate_by_lua*]] is specified at the same time,
22032203
this hook usually runs before [[#ssl_certificate_by_lua_block|ssl_certificate_by_lua*]].
22042204
When the SSL session is found and successfully loaded for the current SSL connection,
22052205
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*]]
22072207
hook, for obvious reasons.
22082208
22092209
To easily test this hook locally with a modern web browser, you can temporarily put the following line

0 commit comments

Comments
 (0)