You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/26 12:13:25 UTC

[GitHub] [apisix] spacewander commented on issue #5125: request help: configure etcd tls and stream_proxy at the same time, etcd cannot connect

spacewander commented on issue #5125:
URL: https://github.com/apache/apisix/issues/5125#issuecomment-927295529


   ```
       { ngx_string("lua_ssl_trusted_certificate"),
         NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
         ngx_conf_set_str_slot,
         NGX_HTTP_LOC_CONF_OFFSET,
         offsetof(ngx_http_lua_loc_conf_t, ssl_trusted_certificate),
         NULL },
   
   ```
   
   The lua_ssl_trusted_certificate in different subsystems only affects the subsystem itself. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org