Xiaochen Wang

Results 287 comments of Xiaochen Wang

For the other users, I just have been investigating the problem following this thread. But I havent been able to find a soloution yet now if the reason is a...

If someone believes the issue is not related to a network problem and has discovered some meaningful issues (such as potential software anomalies). Please feel free to file a new...

> But I don't have this --proxy-insecure option in my Android app. All I can configure there ishttps.proxyHost and https.proxyPort. I knew your problem, but I'm also not familar with...

See here: https://github.com/arut/nginx-rtmp-module/issues/1255 Two methods could be used to fix: 1. https://github.com/arut/nginx-rtmp-module/issues/1255#issuecomment-471004506 2. use higher version of nginx

I know there is a requirement that you want this module support upstream feature. We could mark it as `todo` flag, but currently we have no plan to implement this.

It means this module is not built into your nginx binary, you need patch nginx source and build it with this module, see here: https://github.com/chobits/ngx_http_proxy_connect_module#install

这个是纯代理模块,无法缓存数据的。This module is designed to support to proxy flow, it could not cache some data of the proxied data flow.

Currently it does not supported h2/h3(quic) protocol. H2 support is under development https://github.com/chobits/ngx_http_proxy_connect_module/pull/278, which still needs some efforts. H3 support, we do not have a plan now.

> I guess nginx dispatches the subsequent request CONNECT app.example.com:443 HTTP/1.1 to server app.example.com, according to the Host field. The other server doesn't have the proxy_connect directive hence raise a...

> I need to using proxy server(NGINX) to request(HTTPS protocol) A server. And I implement the java code. (I'm not using this module not yet.) > > I guess that...