Xiaochen Wang

Results 287 comments of Xiaochen Wang

It appears that your TCP connection may have been blocked by the intermediate network operator. * The client (curl) reported it received a RST tcp package. * The server (proxy_connect...

I believe that addressing this issue lies beyond the technical scope of this project. It is likely that only the intermediate network operator or device can provide a solution. ~Additionally,...

only two cases may produce RST error 1. intermedia network problem 2. nginx worker process with proxy_connect module crashed, then Operating System (like linux kernel) will send RST package directly...

> I also have this problem, and only of HTTPS Google. Because i try Github and others, all is right. > > i try `curl google.com -vx xxx:55580`, all is...

If the main reason of this issue was caused by the intermedia network operator or other middle man, let me guess why it could be: Although the proxied data flow...

> The server which run nginx is a public server, I can't use `sudo`, so i can't track the tcp packages flow on server > > There is nothing in...

hi @iamkhalidbashir > > > > It seems that it worked, from the curl result, that means CONNECT tunnel was established and got a 403 response from proxied server. If...

> Its an hetzner cloud server which has ipv4 and ipv6 Could that be a problem ? If you use command curl, it will use IP address from /etc/resolv.conf as...

> I just tried, 127.0.0.11 in /etc/resolv.conf Using it instead of 8.8.8.8 ipv6=off; Still gives same error > > proxied (upstream ip) is now same as curl (direct) google server...

If there is like a middle man attack, this module might not address the problem. 😢