I'm using https://github.com/pintsized/lua-resty-http to issue HTTP POST requests. In the error log file I keep getting the following error message:
failed to request: 20: unable to get local issuer certificate
How do I configure openresty with the root certificate and alternatively how can I configure my resty http client to ignore cert mismatches?
ta,
Chris