-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls: bad record MAC #3323
Comments
Vision? |
3个outbound 都是 |
Vision 的自动 splice 大概率不支持套这么多 dialerProxy @yuhan6665 |
我可以这周看下这个问题。。 |
我也遇到了在使用REALITY dialerProxy时会出现的问题,不确定是否与此问题同源。
环境为旁路由(bridge设备)透明代理
portal 配置如下
出现断连时bridge日志出现如下报错 同时在断连期间,bridge 设备ping VPS 的 IP 正常 |
我也遇到相似问题。使用docker pull时不定期出现此报错,使用的xray服务端配置是最简单的代理。 |
应该修好了 麻烦测试一下最新的构建 https://github.com/XTLS/Xray-core/actions/runs/9072508584 |
已用 https://github.com/XTLS/Xray-core/actions/runs/9072508584 测试
|
@kingwilliam 我稍后修下 |
对性能来说是这样,对“不想让观察者关联两个或多个连接”来说不合适,所以还是不适合 tor, 对于“不想让观察者关联两个或多个连接”的起夜级需求,我想了下还是只能空跑流量抹平时序特征,like v2ray/v2ray-core#2526 (comment) , |
|
长时间测试後(大约3小时) 先讲测试结果 还是有问题 但跟之前不同 今次只是一些情况出现
|
xtls 出口
|
测试最新1.8.13版本已无此问题。 |
@kingwilliam 我 ubuntu 本地好久没更新 累积了300多MB 用 http 代理链 更新了半个小时 中间遇到过一次出错 重试就好了 我看了一下貌似不是代理的问题 而且原问题已经修复 所以先关了 如果有可以稳定复现的问题 欢迎再反馈 |
收到, 我会再留意情况, 谢谢 ===== 原问题 补充 : client : 有 android, ios, windows, ubuntu ===== 修改 如修改 tls: bad record MAC 就不会再出现 ===== 1.8.13 |
完整性要求
版本
描述
client -> server1 -(vless+tcp+reality)-> server2 -(vless+tcp+reality)-> server3
server1
xray 1.8.11 (normal)
outbound1(vless+tcp+reality[to server3])->streamSettings("dialerProxy": "outbound2",)
outbound2(vless+tcp+reality[to server2])
server2
xray 1.8.11 (normal)
server3
xray 1.8.11 (error)
app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer request payload > local error: tls: bad record MAC
重现方式
日志
The text was updated successfully, but these errors were encountered: