v2ray-core: Warning:failed to process outbound traffic

提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用Discussion进行讨论。

  1. 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 使用了VLESS最新的VLESS PREVIEW 1.2版本

  2. 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 使用V2rayNG (V2ray_GUI :3.19,V2ray_Core:4.26.0)

  3. 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 使用VLESS配置的时候收到的警告讯息 No.1: [Warning] [1382970553] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vless/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp IP:443: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed No.2: [Warning] [1177012021] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vless/outbound: connection ends > v2ray.com/core/proxy/vless/outbound: failed to decode response header > v2ray.com/core/proxy/vless/encoding: failed to read response version > EOF

  4. 你期待看到的正确表现是怎样的?

  5. 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

服务器端配置: { “inbounds”: [ { “port”:443, “protocol”:“vless”, “settings”: { “decryption”:“none”, “clients”: [ { “id”: “UUID”, “level”: 0 } ] }, “streamSettings”: { “network”: “tcp”, “security”: “tls”, “tlsSettings”: { “certificates”: [ { “certificateFile”: “/etc/v2ray/v2ray.crt”, “keyFile”: “/etc/v2ray/v2ray.key” } ] } } } ], “outbounds”: [ { “protocol”: “freedom”, “settings”: {} } ] }

    // 在这里附上服务器端配置文件

客户端配置: { “inbounds”: [ { “port”: 10808, “protocol”: “socks”, “sniffing”: { “enabled”: true, “destOverride”: [“http”, “tls”] }, “settings”: { “auth”: “noauth” } } ], “outbounds”: [ { “protocol”: “vless”, “settings”: { “vnext”: [ { “address”: “www.FreeNet.com”, “port”: 443, “users”: [ { “encryption”: “none”, “id”: “UUID”, “level”: 0 } ] } ] }, “streamSettings”: { “network”: “tcp”, “security”: “tls” } } ] }

    // 在这里附上客户端配置
  1. 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。

服务器端错误日志:

    // 在这里附上服务器端日志

客户端错误日志:

    // 在这里附上客户端日志
  1. 请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。
    // 在这里附上服务器端日志
  1. 其它相关的配置文件(如 Nginx)和相关日志。

  2. 如果 V2Ray 无法启动,请附上 --test 输出。

通常的命令为 /usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json。请按实际情况修改。

  1. 如果 V2Ray 服务运行不正常,请附上 journal 日志。

通常的命令为 journalctl -u v2ray

请预览一下你填的内容再提交。

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (6 by maintainers)

Most upvoted comments

问题怎么解决的?我有几乎一样的问题