-
my smtp server only support 'tls',
error log:
2015/12/09 13:34:06 [error] 643#0: *96 SSL_do_handshake() failed (SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol), client: 172.1…
-
from [又拍云服务优化实践--张超](https://github.com/openresty/openresty-con/blob/master/cn/2018/ppt/又拍云服务优化实践--张超.pdf)
HTTP headers,
```lua
local user_agent = ngx.req.get_headers()["User-Agent"]
local coo…
-
I am reopening this because I did not get a clear answer on my previous issue raised
https://github.com/openresty/lua-nginx-module/issues/888
I am using openresty as a reverse proxy between a client …
-
i would like to send data to server, and receive process result, but i got some lua tcp socket read timed out error,
The error is as follows:
```
2021/07/19 04:05:33 [error] 134162#0: *383692285…
-
Hi,
Where can I find the HLS statistics?
want to put a limit! can watch only per person with arg_UID!
To avoid account sharing!
Thx for help
-
It is desired to enable those Lua APIs that might yield in the context of `init_by_lua*`. It's particularly useful to have the ability to initiate multiple concurrent light threads to (pre)load crucia…
-
As I mention on #74 for Xavante, I just tested on Nginx the action upload on the dev-app (https://github.com/sailorproject/sailor/blob/master/test/dev-app/controllers/test.lua#L192) and fail to access…
-
Hello guys,
I using ssl_certificate_by_lua and ngx.ocsp with resty.http
I see there many error in Nginx error log
2021/03/29 13:58:02 [error] 32064#0: *8981 connect() to [2600:1406:c800::17d4:3…
-
我已经下载安装了几个依赖包,在对tengine安装时
./configure --prefix=/home/app/tengine/nginx --with-ld-opt='-Wl,-rpath,/usr/local/lib' --add-module=/home/app/tengine/ngx_devel_kit-0.2.19 --add-module=/home/app/tengine/lu…
-
is possible to merge two rds result from ngx_postgres or ngx_drizzle?
when i using ngx_drizzle and rds_json to get data from mysql.
in one request i want to get one record form `user`, and get many …