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
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
Unless you know Lua, using this project is more difficult to use than it should be.
It needs to be mentioned in the documentation that some of the variables, such as $ngo_domain, are non-optional and need to be set, at least to the empty string otherwise you get a traceback where lua complains about calling len() on a nil value.
More subtle is how to deal with lua ssl certificate verify error: (20: unable to get local issuer certificate), which is caused by use of resty.http and thus you need to provide:
Unless you know Lua, using this project is more difficult to use than it should be.
It needs to be mentioned in the documentation that some of the variables, such as
$ngo_domain
, are non-optional and need to be set, at least to the empty string otherwise you get a traceback where lua complains about callinglen()
on anil
value.More subtle is how to deal with
lua ssl certificate verify error: (20: unable to get local issuer certificate)
, which is caused by use ofresty.http
and thus you need to provide:The text was updated successfully, but these errors were encountered: