Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

Vision 报错 SSL_ERROR_PROTOCOL_VERSION_ALERT

Open herberteuler opened this issue 2 years ago • 1 comments

这是我头一次报告这方面的错误,不知道此次提交的日志是否有帮助。 使用的是 1.6.4 预发版的 xray,出现 SSL_ERROR_PROTOCOL_VERSION_ALERT,刷新后正常。 服务端观察到如下日志:

2022/11/24 01:37:17 [Info] [3783251067] proxy/vless/inbound: received request for tcp:www.google.com:443
2022/11/24 01:37:17 [Info] [3783251067] proxy/vless/encoding: Xtls Unpadding new block0 16 content 655 padding 333 0
2022/11/24 01:37:17 [Info] [3783251067] proxy/vless/encoding: XtlsFilterTls13 found tls client hello! 655
2022/11/24 01:37:17 [Info] [3783251067] app/dispatcher: sniffed domain: www.google.com
2022/11/24 01:37:17 [Debug] app/dns: domain www.google.com will use DNS in order: [DOHL//8.8.8.8 localhost]
2022/11/24 01:37:17 [Debug] app/dns: DOHL//8.8.8.8 cache HIT www.google.com -> [142.250.80.100 2607:f8b0:4006:80d::2004]
2022/11/24 01:37:17 [Info] [3783251067] app/dispatcher: default route for tcp:www.google.com:443
2022/11/24 01:37:17 [Info] [3783251067] proxy/freedom: opening connection to tcp:www.google.com:443
2022/11/24 01:37:17 [Info] [3783251067] transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2022/11/24 01:37:17 [Debug] transport/internet: dialing to tcp:www.google.com:443
2022/11/24 01:37:17 [Info] [3783251067] proxy/vless/encoding: XtlsFilterTls13 found tls 1.3! 212 TLS_AES_128_GCM_SHA256
2022/11/24 01:37:17 [Info] [3783251067] proxy/vless/encoding: XtlsPadding 212 1167 0
2022/11/24 01:37:19 [Info] [3783251067] proxy/vless/encoding: Xtls Unpadding new block0 0 content 64 padding 1018 0
2022/11/24 01:37:20 [Info] [3783251067] proxy/vless/encoding: Xtls Unpadding new block0 0 content 170 padding 1022 2
2022/11/24 01:37:20 [Info] [3783251067] proxy/vless/encoding: XtlsRead readV
2022/11/24 01:37:20 [Info] [3783251067] proxy/vless/encoding: XtlsPadding 638 749 2
2022/11/24 01:37:20 [Info] [3783251067] proxy/vless/encoding: XtlsWrite writeV 0 1392 0
2022/11/24 01:37:20 [Info] [3783251067] app/proxyman/outbound: failed to process outbound traffic > proxy/freedom: connection ends > proxy/freedom: failed to process response > read tcp *******:34032->142.250.80.36:443: read: connection reset by peer
2022/11/24 01:37:20 [Info] [3783251067] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to transfer response payload > io: read/write on closed pipe
2022/11/24 01:37:25 [Info] [786848334] proxy/vless/inbound: firstLen = 0
2022/11/24 01:37:25 [Info] [786848334] proxy/vless/inbound: fallback starts > proxy/vless/inbound: fallback directly
2022/11/24 01:37:25 [Info] [786848334] proxy/vless/inbound: realName = 
2022/11/24 01:37:25 [Info] [786848334] proxy/vless/inbound: realAlpn = 
2022/11/24 01:37:25 [Info] [786848334] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > proxy/vless/inbound: failed to fallback request payload > tls: client offered only unsupported versions: [303 302 301]

herberteuler avatar Nov 24 '22 01:11 herberteuler

有一样的错误

aabbccgg avatar Nov 25 '22 06:11 aabbccgg

请使用 v1.7.2+ https://github.com/XTLS/Xray-core/releases/tag/v1.7.2

RPRX avatar Jan 07 '23 18:01 RPRX