Home
last modified time | relevance | path

Searched refs:ssl_verify (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c45 ngx_flag_t ssl_verify; member
293 offsetof(ngx_stream_proxy_srv_conf_t, ssl_verify),
1045 if (pscf->ssl_server_name || pscf->ssl_verify) { in ngx_stream_proxy_ssl_init_connection()
1093 if (pscf->ssl_verify) { in ngx_stream_proxy_ssl_handshake()
1998 conf->ssl_verify = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
2072 ngx_conf_merge_value(conf->ssl_verify, prev->ssl_verify, 0); in ngx_stream_proxy_merge_srv_conf()
2155 if (pscf->ssl_verify) { in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h236 ngx_flag_t ssl_verify; member
H A Dngx_http_upstream.c1682 if (u->conf->ssl_server_name || u->conf->ssl_verify) { in ngx_http_upstream_ssl_init_connection()
1759 if (u->conf->ssl_verify) { in ngx_http_upstream_ssl_handshake()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c518 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ssl_verify),
1463 conf->upstream.ssl_verify = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1782 ngx_conf_merge_value(conf->upstream.ssl_verify, in ngx_http_uwsgi_merge_loc_conf()
1783 prev->upstream.ssl_verify, 0); in ngx_http_uwsgi_merge_loc_conf()
2392 if (uwcf->upstream.ssl_verify) { in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c386 offsetof(ngx_http_grpc_loc_conf_t, upstream.ssl_verify),
4192 conf->upstream.ssl_verify = NGX_CONF_UNSET; in ngx_http_grpc_create_loc_conf()
4289 ngx_conf_merge_value(conf->upstream.ssl_verify, in ngx_http_grpc_merge_loc_conf()
4290 prev->upstream.ssl_verify, 0); in ngx_http_grpc_merge_loc_conf()
4683 if (glcf->upstream.ssl_verify) { in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c684 offsetof(ngx_http_proxy_loc_conf_t, upstream.ssl_verify),
2904 conf->upstream.ssl_verify = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
3241 ngx_conf_merge_value(conf->upstream.ssl_verify, in ngx_http_proxy_merge_loc_conf()
3242 prev->upstream.ssl_verify, 0); in ngx_http_proxy_merge_loc_conf()
4333 if (plcf->upstream.ssl_verify) { in ngx_http_proxy_set_ssl()