V2ray-core: raw:failed to read response header:EOF这个是怎么回事。。。

Created on 4 Apr 2016  ·  10Comments  ·  Source: v2ray/v2ray-core

raw:failed to read response header:EOF
VMessOut:Failed to read response:EOF
使用v2ray时提示这个,翻不出去...

Most helpful comment

检查时钟校时

All 10 comments

同样问题

看一下服务器的日志,多数情况是认证失败了。

@ghost 大佬问一下,升级到3.14还是有这个问题怎么办?

认证失败是什么意思呢?

同样问题

我遇到同样的问题,用的v2rayx客户端

image

客户端config.json文件中outbound内容如下:

 "outbound": {
    "streamSettings": {
      "network": "kcp",
      "kcpSettings": {
        "uplinkCapacity": 100,
        "downlinkCapacity": 100,
        "readBufferSize": 2,
        "mtu": 1350,
        "header": {
          "type": "utp",
          "request": null,
          "response": null
        },
        "tti": 50,
        "congestion": false,
        "writeBufferSize": 2
      },
      "wsSettings": null,
      "tcpSettings": null,
      "tlsSettings": {},
      "security": ""
    },

在v2rayx gui的configure->transport settings->kcp->header type

header type默认值是none, 改为配置文件中headertype,即utp,问题解决。

@mrdulin 好像确实通过这个办法解决了....... 之所以用"好像"是因为我在服务器A上设置了头部为 utp后, 就能连接上了, 但是服务器B没有设置头部,默认为none, 在没有设置服务器A之前, 是有问题的, 但是在服务器A设置好后, 服务器B也能连接上了.....太玄学了.

检查时钟校时

检查时钟校时

完美解决~感谢!

检查时钟校时

排查了2个小时,终于搞定了,之前测试修改了电脑时间

Was this page helpful?
0 / 5 - 0 ratings