Replies: 1 comment 2 replies
-
Don't panic, and congrats, judging by the fact that you still got this NGINX log, you weren't blocked by some sketchy firewall... at least for now. And the log means that NGINX is unable to talk to the v2ray-core, which may be dead.
and
p.s. Could you reformat the body, it is unreadable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
配置为vmess+ws+nginx+cdn,用了1年多了,5月1日突然无法使用,使用相同端口的伪装网站能够正常访问的。v2ray客户端的数据包能够到达nginx,但是nginx转发到v2ray的时候,error.log debug log记录connect() failed (111: Connection refused) while connecting to upstream。v2ray的log上没有任何记录产生。换了v2ray版本,或者更换为xray,或者换成非docker的v2ray都是一样的结果。甚至换了服务器和域名,结果还是没变。这是GFW污染了数据包还是怎样?求各位高手帮忙解决一下。(Dear guys! I used the v2ray for more than one years in the configuration of vmess + ws + nginx + cdn. But it crashed suddenly on 1 May. The pretended website can be visited normaly under the same nginx server, using the same port. So the data package from the v2ray client can reach the nginx, but the debug error log recorded the error that connect() failed (111: Connection refused) while connecting to upstream, while proxy passing the request to the v2ray server. And the log of v2ray did not record any thing, neither the access.log nor the error.log, under the debug level. I have tried to use another version of v2ray, use xray to replace, and use v2ray in none docker environmen, but got the same result. What's more, I tried to use another server and domain, but the result didn't change neither! Does the GFW pollute the data package or what ? Could you please help me?)
具体环境为(The actual environment is shown below):
v2ray服务端: docker - v2fly/v2fly-core:v5.2.1,映射5000端口 (the v2ray server: using docker image: v2fly/v2fly-core:v5.2.1, and mapping the port 5000)
nginx服务器: docker nginx:latest,映射443端口 (the nginx server: using docker image nginx:latest, and mapping the port 443)
创建docker bridge网络,分配v2ray: 192.168.1.2; nginx: 192.168.1.3 ( create a bridge docker network, and assigning 192.168.1.2 to v2ray, 192.168.1.3 to nginx)
cdn用cloudflare,ws路径跳过所有动作 ( using the cloudflare cdn, and set skip action while URI of incoming requests match the path set in v2ray server).
v2ray 服务端配置(the configuration of v2ray server):
{
}
server {
}
8. 客户端配置( the configuration of client named Qv2ray using the 4.45.0 v2ray core):
{
}
Beta Was this translation helpful? Give feedback.
All reactions