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

[Bug] vision流控报错:SSL_ERROR_BAD_MAC_READ

Open htfcuddles opened this issue 1 year ago • 1 comments

Xray v1.6.3 流控xtls-rprx-vision 部分网站(例如:https://dictionary.goo.ne.jp)无法建立SSL,错误:SSL_ERROR_BAD_MAC_READ

客户端日志如下:

2022/11/10 16:52:59 [Info] [1291770050] proxy/http: request to Method [CONNECT] Host [dictionary.goo.ne.jp:443] with URL [//dictionary.goo.ne.jp:443]
2022/11/10 16:52:59 [Info] [1291770050] app/dispatcher: sniffed domain: dictionary.goo.ne.jp
2022/11/10 16:52:59 [Info] [1291770050] app/dispatcher: taking detour [proxy] for [tcp:dictionary.goo.ne.jp:443]
2022/11/10 16:52:59 [Info] [1291770050] transport/internet/tcp: dialing TCP to tcp:xxx:xxx
2022/11/10 16:52:59 [Debug] transport/internet: dialing to tcp:xxx:xxx
2022/11/10 16:52:59 127.0.0.1:10698 accepted //dictionary.goo.ne.jp:443 [http -> proxy]
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/outbound: tunneling request to tcp:dictionary.goo.ne.jp:443 via xxx.com:xxx
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: XtlsFilterTls13 found tls client hello! 517
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: XtlsPadding 517 473 0
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: Xtls Unpadding new block0 16 content 4850 padding 0 0
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: XtlsFilterTls13 found tls 1.2! 1163
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: XtlsPadding 126 944 0
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: Xtls Unpadding new block0 0 content 51 padding 854 0
2022/11/10 16:53:00 [Info] [1291770050] proxy/vless/encoding: XtlsPadding 1539 0 1
2022/11/10 16:53:01 [Info] [1291770050] proxy/vless/encoding: Xtls Unpadding new block0 0 content 8192 padding 0 1
2022/11/10 16:53:01 [Info] [1291770050] app/proxyman/inbound: connection ends > proxy/http: connection ends > read tcp 127.0.0.1:10809->127.0.0.1:10698: wsarecv: An existing connection was forcibly closed by the remote host.

htfcuddles avatar Nov 10 '22 08:11 htfcuddles

Expected as the same problem of here: https://github.com/XTLS/Xray-core/issues/1313#issuecomment-1307139155

cross-hello avatar Nov 10 '22 09:11 cross-hello