@@ -148,7 +148,7 @@ resty.kong.tls.disable\_session\_reuse
148
148
149
149
** context:** * ssl_certificate_by_lua* ; *
150
150
151
- ** subsystems:** * http*
151
+ ** subsystems:** * http* * stream *
152
152
153
153
Prevents the TLS session for the current connection from being reused by
154
154
disabling session ticket and session ID for the current TLS connection.
@@ -162,9 +162,9 @@ resty.kong.tls.get\_full\_client\_certificate\_chain
162
162
----------------------------------------------------
163
163
** syntax:** * pem_chain, err = resty.kong.tls.get\_ full\_ client\_ certificate\_ chain()*
164
164
165
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , content_by_lua* ; , log_by_lua* ; *
165
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , content_by_lua* ; , log_by_lua* ; * , * preread_by_lua &# 42 ; *
166
166
167
- ** subsystems:** * http*
167
+ ** subsystems:** * http* * stream *
168
168
169
169
Returns the PEM encoded downstream client certificate chain with the client certificate
170
170
at the top and intermediate certificates (if any) at the bottom.
@@ -192,9 +192,9 @@ resty.kong.tls.set\_upstream\_cert\_and\_key
192
192
--------------------------------------------
193
193
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ cert\_ and\_ key(chain, key)*
194
194
195
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
195
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
196
196
197
- ** subsystems:** * http*
197
+ ** subsystems:** * http* * stream *
198
198
199
199
Overrides and enables sending client certificate while connecting to the
200
200
upstream in the current request.
@@ -218,9 +218,9 @@ resty.kong.tls.set\_upstream\_ssl\_trusted\_store
218
218
-------------------------------------------------
219
219
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ trusted\_ store(store)*
220
220
221
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
221
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
222
222
223
- ** subsystems:** * http*
223
+ ** subsystems:** * http* * stream *
224
224
225
225
Set upstream ssl verification trusted store of current request. Global setting set by
226
226
` proxy_ssl_trusted_certificate ` will be overwritten for the current request.
@@ -280,9 +280,9 @@ resty.kong.tls.set\_upstream\_ssl\_verify
280
280
-----------------------------------------
281
281
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ verify(verify)*
282
282
283
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
283
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
284
284
285
- ** subsystems:** * http*
285
+ ** subsystems:** * http* * stream *
286
286
287
287
Set upstream ssl verification enablement of current request to the given boolean
288
288
argument ` verify ` . Global setting set by ` proxy_ssl_verify ` will be overwritten.
@@ -299,9 +299,9 @@ resty.kong.tls.set\_upstream\_ssl\_verify\_depth
299
299
------------------------------------------------
300
300
** syntax:** * ok, err = resty.kong.tls.set\_ upstream\_ ssl\_ verify\_ depth(depth)*
301
301
302
- ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; *
302
+ ** context:** * rewrite_by_lua* ; , access_by_lua* ; , balancer_by_lua* ; * , * preread_by_lua &# 42 ; *
303
303
304
- ** subsystems:** * http*
304
+ ** subsystems:** * http* * stream *
305
305
306
306
Set upstream ssl verification depth of current request to the given non-negative integer
307
307
argument ` depth ` . Global setting set by ` proxy_ssl_verify_depth ` will be overwritten.
0 commit comments