Closed UVJkiNTQ closed 6 years ago
Please skip to the English section below if you don't write Chinese.
中文: 提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 服务端使用 3.10 客户端 3.6 正常连接 客户端 3.9及3.10无法连接
相同配置文件使用不同binary测试。
2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 Chrome VMess 代理 访问Google 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 超时 4) 你期待看到的正确表现是怎样的? 网页正常显示 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
服务器端配置:
{ "log": { "access": "/var/log/v2ray/access.log", "error": "/var/log/v2ray/error.log", "loglevel": "warning" }, "inbound": { "port": 40000, "listen": "127.0.0.1", "protocol": "vmess", "settings": { "clients": [ { "id": "UUID", "level": 1, "alterId": 55 }, { "id": "UUID", "level": 1, "alterId": 55 }, { "id": "UUID", "level": 1, "alterId": 55 } ] }, "streamSettings": { "network": "ws", "wsSettings": { "path": "/wspath" } } }, "outbound": { "protocol": "freedom", "settings": {} }, "inboundDetour": [], "outboundDetour": [ { "protocol": "blackhole", "settings": {}, "tag": "blocked" } ], "routing": { "strategy": "rules", "settings": { "rules": [ { "type": "field", "ip": [ "0.0.0.0/8", "10.0.0.0/8", "100.64.0.0/10", "127.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.0.0.0/24", "192.0.2.0/24", "192.168.0.0/16", "198.18.0.0/15", "198.51.100.0/24", "203.0.113.0/24", "::1/128", "fc00::/7", "fe80::/10" ], "outboundTag": "blocked" } ] } } } // 在这里附上服务器端配置文件
客户端配置:
{ "log": { "access": "Vaccess.log", "error": "Verror.log", "loglevel": "info" }, "inbound": { "port": 9999, "listen": "0.0.0.0", "protocol": "socks", "settings": { "auth": "noauth", "udp": false, "ip": "127.0.0.1", "clients": null }, "streamSettings": null }, "outbound": { "tag": "agentout", "protocol": "vmess", "settings": { "vnext": [ { "address": "[masked]", "port": 80, "users": [ { "id": "UUID", "alterId": 55, "security": "aes-128-cfb" } ] } ], "servers": null }, "streamSettings": { "network": "ws", "security": "", "tcpSettings": null, "kcpSettings": null, "wsSettings": { "connectionReuse": true, "path": "/wspath", "headers": null } }, "mux": { "enabled": true } }, "inboundDetour": null, "outboundDetour": [ { "protocol": "freedom", "settings": { "response": null }, "tag": "direct" }, { "protocol": "blackhole", "settings": { "response": { "type": "http" } }, "tag": "blockout" } ], "dns": { "servers": [ "8.8.8.8", "8.8.4.4", "localhost" ] }, "routing": { "strategy": "rules", "settings": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "port": null, "outboundTag": "direct", "ip": [ "0.0.0.0/8", "10.0.0.0/8", "100.64.0.0/10", "127.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.0.0.0/24", "192.0.2.0/24", "192.168.0.0/16", "198.18.0.0/15", "198.51.100.0/24", "203.0.113.0/24", "::1/128", "fc00::/7", "fe80::/10" ], "domain": null } ] } } } // 在这里附上客户端配置
6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。
/var/log/v2ray/error.log
服务器端错误日志:
2018/02/25 01:03:18 [Warning]: Core: V2Ray started // 在这里附上服务器端日志
客户端错误日志:
2018/02/28 22:41:01 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:01 [Info] [2774961575] Proxy|Socks: TCP Connect request to tcp:ssl.gstatic.com:443 2018/02/28 22:41:01 [Info] App|Router: looking for IP for domain: ssl.gstatic.com 2018/02/28 22:41:01 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:01 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:01 [Info] [797793747] Proxy|Socks: TCP Connect request to tcp:clients4.google.com:443 2018/02/28 22:41:01 [Info] App|Router: looking for IP for domain: clients4.google.com 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:01 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:01 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:01 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:01 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:01 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:01 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:01 [Info] [3478602175] Proxy|Socks: TCP Connect request to tcp:www.google.com.hk:443 2018/02/28 22:41:01 [Info] App|Router: looking for IP for domain: www.google.com.hk 2018/02/28 22:41:01 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:02 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: failed to read metadata > io: read/write on closed pipe 2018/02/28 22:41:02 [Info] [2307505565] Proxy|Socks: TCP Connect request to tcp:www.google.com.hk:443 2018/02/28 22:41:02 [Info] App|Router: looking for IP for domain: www.google.com.hk 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:02 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:02 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:02 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:02 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: failed to read metadata > io: read/write on closed pipe 2018/02/28 22:41:02 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:02 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:03 [Info] [1260713867] Proxy|Socks: TCP Connect request to tcp:www.google.com.hk:443 2018/02/28 22:41:03 [Info] App|Router: looking for IP for domain: www.google.com.hk 2018/02/28 22:41:03 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:03 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:03 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:03 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:03 [Info] [3180282440] Proxy|Socks: TCP Connect request to tcp:www.google.com:443 2018/02/28 22:41:03 [Info] App|Router: looking for IP for domain: www.google.com 2018/02/28 22:41:03 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:03 [Info] [1878374770] Proxy|Socks: TCP Connect request to tcp:www.google.com.hk:443 2018/02/28 22:41:03 [Info] App|Router: looking for IP for domain: www.google.com.hk 2018/02/28 22:41:03 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:03 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:03 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:03 [Info] App|Proxyman|Mux: failed to read metadata > io: read/write on closed pipe 2018/02/28 22:41:03 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:03 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:04 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:04 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:04 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:04 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:04 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:04 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:04 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:04 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:04 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:04 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:04 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:04 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:05 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:05 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:05 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:05 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:05 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:05 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:05 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:05 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:05 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:05 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:05 [Info] App|Proxyman|Mux: failed to read metadata > io: read/write on closed pipe 2018/02/28 22:41:06 [Info] [3466439163] Proxy|Socks: TCP Connect request to tcp:www.google.com:443 2018/02/28 22:41:06 [Info] App|Router: looking for IP for domain: www.google.com 2018/02/28 22:41:06 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:06 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:06 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:06 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:07 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:07 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:07 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:07 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:07 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:07 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:07 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:07 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:08 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:08 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:08 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:08 [Info] [1058819257] Proxy|Socks: TCP Connect request to tcp:clients2.google.com:443 2018/02/28 22:41:08 [Info] App|Router: looking for IP for domain: clients2.google.com 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:08 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 2018/02/28 22:41:08 [Info] Proxy|VMess|Outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:[masked]:80 2018/02/28 22:41:08 [Info] failed to handler mux client connection > Proxy|VMess|Outbound: connection ends > Proxy|VMess|Outbound: failed to read header > Proxy|VMess|Encoding: failed to read response header > websocket: close 1000 (normal) 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: failed to handle UDP input > EOF 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: failed to read metadata > context canceled 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Dispatcher: default route for udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.4.4:53 2018/02/28 22:41:08 [Info] Transport|Internet|WebSocket: creating connection to tcp:[masked]:80 2018/02/28 22:41:08 [Info] Transport|Internet|UDP: establishing new connection for udp:8.8.8.8:53 2018/02/28 22:41:08 [Info] App|Dispatcher: default route for udp:8.8.8.8:53 2018/02/28 22:41:08 [Info] App|Proxyman|Mux: dispatching request to udp:8.8.8.8:53 // 在这里附上客户端日志
7) 请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。
/var/log/v2ray/access.log
2018/02/28 22:41:00 127.0.0.1:47564 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:00 127.0.0.1:47566 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:00 127.0.0.1:47568 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:00 127.0.0.1:47570 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:01 127.0.0.1:47572 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:01 127.0.0.1:47574 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:01 127.0.0.1:47576 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:02 127.0.0.1:47578 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:02 127.0.0.1:47580 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:02 127.0.0.1:47582 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:02 127.0.0.1:47584 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:03 127.0.0.1:47586 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:03 127.0.0.1:47588 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:04 127.0.0.1:47590 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:04 127.0.0.1:47592 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:04 127.0.0.1:47594 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:05 127.0.0.1:47596 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:06 127.0.0.1:47598 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:07 127.0.0.1:47600 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:08 127.0.0.1:47602 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:08 127.0.0.1:47604 rejected Proxy|VMess|Encoding: invalid auth 2018/02/28 22:41:08 127.0.0.1:47606 rejected Proxy|VMess|Encoding: invalid auth // 在这里附上服务器端日志
8) 其它相关的配置文件(如 Nginx)和相关日志。
server { listen 0.0.0.0:80; listen [::]:80; server_name [masked]; location /wspath { proxy_redirect off; proxy_pass http://127.0.0.1:40000$request_uri; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; } }
目测你的服务器升级失败了
@DarienRaymond 需要要修改什么吗? 是什么改动导致服务端都是3.10的情况下,3.6客户端可以,3.9客户端就fail了?
我的意思是你的服务器端运行的版本不是 3.10,请检查。
Please skip to the English section below if you don't write Chinese.
中文: 提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 服务端使用 3.10 客户端 3.6 正常连接 客户端 3.9及3.10无法连接
相同配置文件使用不同binary测试。
2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 Chrome VMess 代理 访问Google 3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 超时 4) 你期待看到的正确表现是怎样的? 网页正常显示 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。
6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在
/var/log/v2ray/error.log
文件中。7) 请附上访问日志。在 Linux 中,日志通常在
/var/log/v2ray/access.log
文件中。8) 其它相关的配置文件(如 Nginx)和相关日志。