-
Problem: The following error shows up when the waf is executed through `waf:exec()`. It was working before, but something changed and it now gives out a 500 internal server error.
Error Log
`2018/…
-
###### Environment
- lua-resty-openidc version (e.g. 1.7.5)
###### Expected behaviour
Be able to install openidc 1.7.6
###### Actual behaviour
```
root@ip-10-228-14-194:/usr/loca…
-
Would you consider renaming the repository to something that is not in direct conflict with
luafilesystem? for example lua-resty-luafilesystem
In addition, it would be nice if the lua files are pl…
-
for http2 request, it's not working.
for example:
```
curl --http1.1 https://example.com # works
curl https://example.com # default http2 not working
```
-
Strings in luajit are infinitely bloated, even if they are not rereferenced in the lua vm. As a result, the memory resources of the nginx process RES are increasing to become larger and larger.
M…
-
When I use this module in Kong, I meet the following problems.
Kong docker images is kong:latest,and I install this module by "luarocks install lua-resty-kafka"
**If I set kafka_conf.producer_type…
-
Hi folks, I'm trying to import the lua-resty-jwt in a script but this error `module 'resty.aes' not found:` is displayed. I tried to find the lua-resty-aes package on luarocks but I could not.
My …
-
lapis and [](https://github.com/openresty/lua-resty-balancer) resty.chash module error
The following is the run in the init_by_lua stage
```
local resty_chash = require "resty.chash"
local c…
-
ERROR Stacks:
```sh
2023/04/06 14:14:08 [error] 121939#121939: *28808 lua entry thread aborted: runtime error: /usr/local/apisix//deps/share/lua/5.1/resty/http.lua:365: bad argument #1 to 'str_sub' …
-
#### 私钥加密需求(private key encrypt demand)
lua-resty-rsa是一个遵循”公钥加密、私钥解密“的类库,公钥是对外部开放的Key,存在公钥被获后模拟加密请求的风险。为了业务的安全希望能够做到遵循”私钥加密、公钥解密“这种模式,目前lua-resty-rsa并没有支持该场景。希望升级该类库能够支持”私钥加密、公钥解密“这种模式。
(Lua-resty-r…