starsz commented on issue #3225: URL: https://github.com/apache/apisix/issues/3225#issuecomment-759896448
> apisix/cli/etcd.lua > > source 136 local cmd = str_format("curl -s -m %d %s", timeout * 2, uri) > modify local cmd = str_format("curl -s -k -m %d %s", timeout * 2, uri) is right? Yes, the same as: https://github.com/apache/apisix/blob/9c7e96e608099bcc7a0fa10b1ee4395e7a03d3fa/apisix/cli/etcd.lua#L136 https://github.com/apache/apisix/blob/9c7e96e608099bcc7a0fa10b1ee4395e7a03d3fa/apisix/cli/etcd.lua#L173 https://github.com/apache/apisix/blob/9c7e96e608099bcc7a0fa10b1ee4395e7a03d3fa/apisix/cli/etcd.lua#L197 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org