Xiaochen Wang

Results 287 comments of Xiaochen Wang

> and I still get the error that my host does not support http connect from tor. and proxying does not happen. what error message did your client report? You...

enable your nginx debug log and check it and post it here when you use curl to connect it.

> 456.0 /ngx_http_proxy_connect_module-0.0.5/ngx_http_proxy_connect_module.c:1673:44: error: 'ngx_http_request_t' {aka 'struct ngx_http_request_s'} has no member named 'connect_port_n'; did you mean 'connection'? 456.0 1673 | if (r->connect_port_n == 443 || r->connect_port_n == 563) { It...

* ✅ I've examined other parts of the source code and believe it works correctly. * I mannually fix the 'kong/plugins/hmac-auth/access.lua.rej' and test it ok with the simple scripts from...

I found that we have an updated pr here: https://github.com/Kong/kong/pull/11133 @hanshuebner so I'll try to review that pr. not opening a new one

closing it , if you still have this issue, feel free to reopen

closing it , feel free to reopen if you still have this issue

hi @deba12 > > If you want `My nginx` to force http TUNNEL to your `Commercial HTTP Proxy`, you can specified backend IP address via this directive: https://github.com/chobits/ngx_http_proxy_connect_module#proxy_connect_address > >...

Hi @Tieske > ... > This seems like a valid change, but also a breaking change, yet I have no idea how much impact it is going to have. So...

try and learn : https://github.com/alibaba/xquic/blob/e9e1195fded259d217145c465740521b83a983d4/README.md?plain=1#L107 ( quic + babaSSL + tengine)