Jun Ouyang

Results 85 comments of Jun Ouyang

working on this bugfix on https://github.com/openresty/lua-nginx-module/pull/2432

> @oowl can you also check your example with SSL/TLS connection (it is rather pointless to do h2 without SSL/TLS): [openresty/lua-nginx-module#2243 (comment)](https://github.com/openresty/lua-nginx-module/issues/2243#issue-1952555126) Yeah, I will. I will also complement some...

Once it got 2 approved. I will squash my commit to 3 separate commits that can be merged by the `rebase and merge` button.

upstream PR https://github.com/openresty/lua-nginx-module/pull/2355 is merged now. Let's push forward the current PR.

It sounds wired, Can you try to Tcpdump to capture your container traffic to analyze DNS requests? I am sure openresty cosocket will use the nginx resolver to dynamic resolver...

Let's use aur https://aur.archlinux.org/packages/openresty.

Hey @mpv945, I have added openresty to archlinuxcn https://github.com/archlinuxcn/repo/pull/4316, feel free to use the archlinuxcn repo to install openresty by `pacman -S openresty`.

Can I mentor this GSOC project? And we have done some work for it before, but I am not sure if this project for GSOC is reasonable.

> we do the linux [fuse](https://github.com/cberner/fuser) or [fuse3](https://github.com/Sherlock-Holo/fuse3) first, and then consider the [S3](https://github.com/awslabs/mountpoint-s3) support? @oowl we do not need to implement all these fuse libraries, just choose one of...

> ``` > > location / { > ssl_certificate_by_lua_block { > -- Retrieve the SSL object > local ssl = ngx.req.socket > > -- Modify SSL options > ssl:setoption("SSL_OP_NO_SSLv2") >...