-
I get "lua tcp socket read timed out" errors every so often and wanted to see if maybe if my syntax is not used correctly for lua mysql before i assume a bug exists? it's designed to use mysql to ret…
-
nginx version: openresty/1.19.9.1
ngx_lua-0.10.20
-- my nginx.conf
worker_processes 1;
user root;
pcre_jit on;
events {
worker_connections 1024;
}
http {
lua_package_path '$pre…
-
-
Hi,
I tried to set up a Nexus with SSO using [nexus3-keycloak-plugin](https://github.com/flytreeleft/nexus3-keycloak-plugin), but unfortunately, I was not successful.
For my tests, I use a [Debi…
-
### Description
As a user, I want to limits the rate of response transmission to a client, so that I can protect my bandwidth.
-
Running `opm search durpina` gives
```sh
➜ opm search durpina
slact/durpina Dynamic Upstream Reversy Proxying wIth Nice API
```
Let's say I have this pack…
-
### Description
Hi all,
I made a demo APISIX integrate with Ory Hydra OAuth2 based on example here: https://apisix.apache.org/blog/2022/07/04/apisix-integrates-with-hydra/, but my deployment is on…
-
https://github.com/openresty/lua-nginx-module#tcpsocksslhandshake
Refers to enabling the tcp client being able to validate or ignore TLS validation with a truststore via:
https://github.com/openre…
-
Hi,
debian will ship nginx with openssl 1.1 support, meaning... one won't be able to
run this module in next's debian stable. Any plans about that ?
-
when i use redis in lua, i got this problem
here is the file structure
filename : init.lua
```
redis = require "resty.redis"
ssl = require "ngx.ssl"
cjson = require 'cjson'
```
filename: n…