You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use
local http = require("resty.http").new()
local res, err = http:request_uri(url, {
method = method,
headers = headers,
body = body
})
without ssl_verify = false for https, I receive
lua ssl certificate verify error: (20: unable to get local issuer certificate),
how to setup nginx.conf in a proper way it order to use ssl_verify = true?