v2rayN icon indicating copy to clipboard operation
v2rayN copied to clipboard

[Bug]: remote error: tls: unrecognized name

Open vinograd-cyber opened this issue 5 months ago • 0 comments

预期情况

reality成功连接上

实际情况

remote error: tls: unrecognized name,错误:tls 未知的名称

复现方法

客户端配置: "outbounds": [ { "tag": "proxy", "protocol": "vless", "settings": { "vnext": [ { "address": "restu.******.online", "port": 5001, "users": [ { "id": "104f1daf-******-e54d3deef541", "alterId": 0, "email": "[email protected]", "security": "auto", "encryption": "none", "flow": "xtls-rprx-vision" } ] } ] }, "streamSettings": { "network": "tcp", "security": "reality", "realitySettings": { "serverName": "www.******.online", "fingerprint": "randomized", "show": false, "publicKey": "DJ0dDhu9jh8_xr2n******xYeXvXYGnV1E4dQFjA", "shortId": "", "spiderX": "" } }, "mux": { "enabled": false, "concurrency": -1 } } 服务端配置: { "listen": "0.0.0.0", "port": 9001, "protocol": "vless", "settings": { "clients": [ { "id": "104f1daf-******-e54d3deef541", "flow": "xtls-rprx-vision" } ], "decryption": "none" }, "streamSettings": { "network": "tcp", "security": "reality", "realitySettings": { "show": false, "dest": "nginx.org:443", "xver": 0, "serverNames": [ "www.******.online" ], "privateKey": "mJFHHv7vM54My8******zTwVacbrdWgVN707U0Dw", "comment": "客户端公钥是: DJ0dDhu9jh8_xr2******ZZxYeXvXYGnV1E4dQFjA", "minClientVer": "", "maxClientVer": "", "maxTimeDiff": 0, "shortIds": [ "" ] } }, "sniffing": { "enabled": true, "destOverride": [ "fakedns+others" ], "metadataOnly": false, "routeOnly": false } }

日志信息

[VLESS] 美国洛杉矶(restu***online:5001) 启动服务(2024/01/22 14:32:23)... Xray 1.8.7 (Xray, Penetrates Everything.) 3f0bc13 (go1.21.5 windows/amd64) A unified platform for anti-censorship. 2024/01/22 14:32:23 Using default config: C:\Program Files\v2rayN\guiConfigs\config.json 2024/01/22 14:32:24 [Info] infra/conf/serial: Reading config: C:\Program Files\v2rayN\guiConfigs\config.json 2024/01/22 14:32:24 [Warning] core: Xray 1.8.7 started 2024/01/22 14:32:24 127.0.0.1:64220 accepted //drive.weixin.qq.com:443 [http -> direct] 2024/01/22 14:32:24 系统代理设置改变ForcedChange 2024/01/22 14:32:24 127.0.0.1:64226 accepted //www.google.com:443 [http -> proxy] 2024/01/22 14:32:24 127.0.0.1:64224 accepted //cube.weixinbridge.com:443 [http -> direct] 2024/01/22 14:32:25 127.0.0.1:64228 accepted //49.77.204.16:3000 [http -> direct] 2024/01/22 14:32:27 127.0.0.1:64232 accepted //self.events.data.microsoft.com:443 [http -> proxy] 2024/01/22 14:32:29 127.0.0.1:64237 accepted //push.services.mozilla.com:443 [http -> proxy] 2024/01/22 14:32:31 [Warning] [3922772502] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [remote error: tls: unrecognized name] > common/retry: all retry attempts failed 2024/01/22 14:32:31 当前服务的真连接延迟: -1 ms 2024/01/22 14:32:33 127.0.0.1:64244 accepted //alive.github.com:443 [http -> proxy] 2024/01/22 14:32:36 [Warning] [824562966] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [remote error: tls: unrecognized name] > common/retry: all retry attempts failed 2024/01/22 14:32:38 [Warning] [984635036] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [remote error: tls: unrecognized name] > common/retry: all retry attempts failed 2024/01/22 14:32:40 [Warning] [241805736] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [remote error: tls: unrecognized name] > common/retry: all retry attempts failed 2024/01/22 14:32:41 127.0.0.1:64269 accepted //alive.github.com:443 [http -> proxy

额外信息

No response

我确认已更新至最新版本

  • [X] 是

我确认已查询历史issues

  • [X] 是

vinograd-cyber avatar Jan 22 '24 06:01 vinograd-cyber