V2rayU icon indicating copy to clipboard operation
V2rayU copied to clipboard

启动后无法科学上网,报错:app/proxyman/outbound: failed to process outbound traffic

Open MrYangLingQiang opened this issue 3 years ago • 1 comments

提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。

  1. 你正在使用的 V2RayU 和 Mac 版本 ? ---使用V2RayU v3.2.0 macos Monterey 12.4

  2. 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) ---无法科学上网 日志:app/proxyman/outbound: failed to process outbound traffic > proxy/trojan: connection ends > context canceled

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

我使用trojan
{
    "run_type": "server",
    "local_addr": "0.0.0.0",
    "local_port": 443,
    "remote_addr": "127.0.0.1",
    "remote_port": 80,
    "password": [
        "xxxxxxx",
        "xxxxxxx"
    ],
    "log_level": 1,
    "ssl": {
        "cert": "/var/ssl/xxxxx.pem",
        "key": "/var/ssl/xxxxxx.key",
        "key_password": "",
        "cipher": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GC$
        "cipher_tls13": "TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384",
        "prefer_server_cipher": true,
        "alpn": [
            "http/1.1",
            "h2"
        ],
        "alpn_port_override": {
            "h2": 81
        },
        "reuse_session": true,
        "session_ticket": false,
        "session_timeout": 600,
        "plain_http_response": "",
        "curves": "",
        "dhparam": ""
    },
    "tcp": {
        "prefer_ipv4": false,
        "no_delay": true,
        "keep_alive": true,
        "reuse_port": false,
        "fast_open": false,
        "fast_open_qlen": 20
    },
    "mysql": {
        "enabled": false,
        "server_addr": "127.0.0.1",
        "server_port": 3306,
        "database": "trojan",
        "username": "trojan",
        "password": "",
        "key": "",
        "cert": "",
        "ca": ""
    }
}
客户端配置
{
  "log": {
    "error": "",
    "loglevel": "info",
    "access": ""
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
        "udp": false,
        "auth": "noauth"
      },
      "port": "1088"
    },
    {
      "listen": "127.0.0.1",
      "protocol": "http",
      "settings": {
        "timeout": 360
      },
      "port": "1089"
    }
  ],
  "outbounds": [
    {
      "mux": {
        "enabled": false,
        "concurrency": 8
      },
      "protocol": "trojan",
      "streamSettings": {
        "tcpSettings": {
          "header": {
            "type": "http"
          }
        },
        "xtlsSettings": {
          "allowInsecure": false
        },
        "security": "xtls",
        "network": "tcp"
      },
      "tag": "proxy",
      "settings": {
        "servers": [
          {
            "password": "xxxxxxx",
            "port": 443,
            "email": "",
            "level": 0,
            "address": "www.xxxxx.com"
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "domainStrategy": "UseIP",
        "userLevel": 0
      }
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "response": {
          "type": "none"
        }
      }
    }
  ],
  "dns": {},
  "routing": {
    "settings": {
      "domainStrategy": "AsIs",
      "rules": []
    }
  },
  "transport": {}
}
  1. 请附上出错时软件输出的错误日志。
app/proxyman/outbound: failed to process outbound traffic > proxy/trojan: connection ends > context canceled

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

MrYangLingQiang avatar Jul 13 '22 04:07 MrYangLingQiang

trojan 配置的服务端在windows 下是可以科学上网的

MrYangLingQiang avatar Jul 13 '22 04:07 MrYangLingQiang

macos Monterey 12.5也有这个bug

634094502 avatar Aug 03 '22 04:08 634094502

有解决方案不?

Zhou-Bill avatar Aug 19 '22 06:08 Zhou-Bill