This commit is contained in:
2022-06-26 18:35:25 +08:00
parent ec5394ac56
commit e9fdd151d3
+1 -2
View File
@@ -22,8 +22,7 @@ local function get_access_token()
ngx.log(ngx.INFO, "START REQUEST TO GET ACCESS TOKEN -> ", pl.write(sudoerToken))
local no_exception, resp, resp_err = pcall(httpc:request_uri,
remote_url,
local no_exception, resp, resp_err = pcall(httpc.request_uri, remote_url,
{
ssl_verify = false, -- 设置参数 ssl_verify 为false 不校验ssl证书
method = "GET",