@@ -148,7 +148,7 @@ resty.kong.tls.request\_client\_certificate
148
148
149
149
** context:** * ssl_certificate_by_lua* ; *
150
150
151
- ** subsystems:** * http*
151
+ ** subsystems:** * http* * stream *
152
152
153
153
Requests client to present its client-side certificate to initiate mutual TLS
154
154
authentication between server and client.
@@ -171,7 +171,7 @@ resty.kong.tls.disable\_session\_reuse
171
171
172
172
** context:** * ssl_certificate_by_lua* ; *
173
173
174
- ** subsystems:** * http*
174
+ ** subsystems:** * http* * stream *
175
175
176
176
Prevents the TLS session for the current connection from being reused by
177
177
disabling session ticket and session ID for the current TLS connection.
@@ -185,9 +185,9 @@ resty.kong.tls.get\_full\_client\_certificate\_chain
185
185
----------------------------------------------------
186
186
** syntax:** * pem_chain, err = resty.kong.tls.get\_ full\_ client\_ certificate\_ chain()*
187
187
188
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , content_by_lua* ; , log_by_lua* ; *
188
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , content_by_lua* ; , log_by_lua* ; * , * preread_by_lua &# 42 ; *
189
189
190
- ** subsystems:** * http*
190
+ ** subsystems:** * http* * stream *
191
191
192
192
Returns the PEM encoded downstream client certificate chain with the client certificate
193
193
at the top and intermediate certificates (if any) at the bottom.
@@ -215,9 +215,9 @@ resty.kong.tls.set\_upstream\_cert\_and\_key
215
215
--------------------------------------------
216
216
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ cert\_ and\_ key(chain, key)*
217
217
218
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
218
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
219
219
220
- ** subsystems:** * http*
220
+ ** subsystems:** * http* * stream *
221
221
222
222
Overrides and enables sending client certificate while connecting to the
223
223
upstream in the current request.
@@ -241,9 +241,9 @@ resty.kong.tls.set\_upstream\_ssl\_trusted\_store
241
241
-------------------------------------------------
242
242
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ trusted\_ store(store)*
243
243
244
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
244
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
245
245
246
- ** subsystems:** * http*
246
+ ** subsystems:** * http* * stream *
247
247
248
248
Set upstream ssl verification trusted store of current request. Global setting set by
249
249
` proxy_ssl_trusted_certificate ` will be overwritten for the current request.
@@ -303,9 +303,9 @@ resty.kong.tls.set\_upstream\_ssl\_verify
303
303
-----------------------------------------
304
304
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ verify(verify)*
305
305
306
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
306
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
307
307
308
- ** subsystems:** * http*
308
+ ** subsystems:** * http* * stream *
309
309
310
310
Set upstream ssl verification enablement of current request to the given boolean
311
311
argument ` verify ` . Global setting set by ` proxy_ssl_verify ` will be overwritten.
@@ -322,9 +322,9 @@ resty.kong.tls.set\_upstream\_ssl\_verify\_depth
322
322
------------------------------------------------
323
323
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ verify\_ depth(depth)*
324
324
325
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
325
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
326
326
327
- ** subsystems:** * http*
327
+ ** subsystems:** * http* * stream *
328
328
329
329
Set upstream ssl verification depth of current request to the given non-negative integer
330
330
argument ` depth ` . Global setting set by ` proxy_ssl_verify_depth ` will be overwritten.
0 commit comments