Skip to content

Failed to read request header: i/o timeout #3724

Description

@Kein

V2ray version:
V2Ray 5.48.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.26.1 linux/amd64)

Server config:

{
    "inbounds": [
        {
            "port": 1080,
            "protocol": "vmess",
        "settings": { "clients": [ { "id": "************************" } ] },
        "streamSettings":
        {
            "security": "tls",
            "tlsSettings": {
                "allowInsecure": true,
                "serverName": "google.com",
                "certificates": [ { "certificateFile": "v2ray.crt", "keyFile": "v2ray.key" } ]
            }
        }
    }
  ],
  "outbounds": [ { "protocol": "freedom" }
  ],
  "dns": {
    "servers": [
      "8.8.8.8",
      "1.1.1.1"
    ]
  }
}

Error:

 111.111.111.111:62606 rejected  proxy/vmess/encoding: failed to read request header > read tcp 222.222.222.222:1080->111.111.111.111:62606: i/o timeout

Any ideas?

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