Skip to content

Protocol VLESS+REALITY+XHTTP +Flow: xtls-rprx-vision => Browser Error:ERR_CONNETION_CLOSED #5583

Description

@alexeyp0708

完整性要求

  • 我读完了 issue 模板中的所有注释,确保填写符合要求。
  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。
  • 我搜索了 issues, 没有发现已提出的类似问题。
  • 问题在 Release 最新的版本上可以成功复现

描述

Web Panel: Marzban
Xray-core: 26.1.18
Client: Android +v2RayRun

Server routing scheme.

(nginx):443 => (xray):8443 or (nginx-panel marzban)localhost:9443 =>(vpn) or (nginx-fake domain)localhost:10443

Xray-settings

{
  "log": {
    "access": "/var/lib/marzban/logs/access.log",
    "error": "/var/lib/marzban/logs/error.log",
    "loglevel": "debug"
  },
  "dns": {
    "servers": [
      "1.1.1.1"
    ],
    "queryStrategy": "UseIPv4"
  },
  "routing": {
    "rules": []
  },
  "inbounds": [
    {
      "tag": "VLESS_XHTTP_REALITY",
      "listen": "127.0.0.1",
      "port": "8443",
      "protocol": "vless",
      "settings": {
       "flow":"",
        "clients": [],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "xhttp",
        "xhttpSettings": {
          "path": "/vlxhttp"
        },
        "security": "reality",
        "realitySettings": {
          "show": true,
          "serverName": "my.domain",
          "target": "10443",
          "serverNames": [
            "my.domain"
          ],
          "privateKey": "...",
          "publicKey": "...",
          "shortIds": [
            "..."
          ]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "DIRECT"
    },
    {
      "protocol": "blackhole",
      "tag": "BLOCK"
    }
  ]
}

If inbouns[].settings.flow="" then everything works fine.
If inbouns[].settings.flow="xtls-rprx-vision", then some sites (for example github.com, 2ip.io) give the error ERR_CONNETION_CLOSED.

At the same time, for xray-core v26.1.18 with inbouns[].settings.flow="" the following message is displayed:

[Warning] common/errors: This feature VLESS without flow is deprecated and being migrated to VLESS with flow. Please update your config(s) according to release note and documentation before removal.

It's up to you to decide whether this is a bug or not. But if in the future “VLESS with flow” is mandatory, then problems will arise.

重现方式

P.S.: I don't understand your Chinese!

客户端配置

P.S.: I don't understand your Chinese!

服务端配置

P.S.: I don't understand your Chinese!

客户端日志

P.S.: I don't understand your Chinese!

服务端日志

P.S.: I don't understand your Chinese!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions