dae icon indicating copy to clipboard operation
dae copied to clipboard

[Bug Report] 机场vless节点connectivity check过不了

Open ppdragon16 opened this issue 5 months ago • 4 comments

Checks

  • [x] I have searched the existing issues
  • [x] I have read the documentation
  • [ ] Is it your first time sumbitting an issue

Current Behavior

机场有个vless节点如下:

vless://0c8dbf47-xxxx-xxxx-xxxx-xxxxxxxxxxxxx@...:37888?type=tcp&encryption=none&host=&path=&headerType=none&quicSecurity=none&serviceName=&security=reality&flow=xtls-rprx-vision&fp=chrome&sni=nus.edu.sg&pbk=..............&sid=ad6fa889#

在手机上的Clash Meta试了这个节点是可用的,但是在dae中的connectivity check过不了:

time="Aug 03 14:42:44" level=info msg="Connectivity Check Failed: Head "http://www.gstatic.com/generate_204": nil ecdheKey" network=tcp4 node="HK-..."
...
time="Aug 03 14:42:44" level=info msg="Connectivity Check Failed: Head "http://www.gstatic.com/generate_204": nil ecdheKey" network=tcp6 node="HK-..."

Expected Behavior

这个vless节点在dae中可用

Steps to Reproduce

错误中提到“nil ecdheKey”,搜代码是在outbound/transport/tls/reality.go

是否是节点tls协议支持的问题呢?

Environment

  • Dae version (use dae --version): https://github.com/LostAttractor/dae/tree/dirty
  • OS (e.g cat /etc/os-release): immortalwrt 24.10.1
  • Kernel (e.g. uname -a):
  • Others:

Anything else?

No response

ppdragon16 avatar Aug 03 '25 15:08 ppdragon16

Thanks for opening this issue!

dae-prow[bot] avatar Aug 03 '25 15:08 dae-prow[bot]

allow_insecure: true试一下

guiys avatar Aug 04 '25 10:08 guiys

allow_insecure: true试一下

试了,问题依旧

ppdragon16 avatar Aug 04 '25 10:08 ppdragon16

可以把 outbound 换成 https://github.com/amtoaer/outbound 编译一份看看会不会复现

amtoaer avatar Aug 19 '25 08:08 amtoaer