You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation and understand the meaning of all the configuration items I have written, rather than just piling up seemingly useful options or default values.
I have carefully reviewed the documentation and have not resolved the issue.
I have searched the Issue Tracker for the issue I want to raise and did not find it.
I am a non-Chinese user.
I have tested with the latest Alpha branch version, and the issue still persists.
I have provided the server and client configuration files and processes that can reproduce the issue locally, rather than a sanitized complex client configuration file.
I provided the simplest configuration that can be used to reproduce the errors in my report, rather than relying on remote servers or piling on a lot of unnecessary configurations for reproduction.
I have provided complete logs, rather than just the parts I think are useful out of confidence in my own intelligence.
I have directly reproduced the error using the Mihomo command-line program, rather than using other tools or scripts.
Operating System
MacOS
System Version
15.2
Mihomo Version
Mihomo Meta v1.19.0 darwin amd64 with go1.23.3 Mon Dec 9 09:51:22 UTC 2024
Mihomo Meta alpha-89dfabe darwin amd64 with go1.23.4 Thu Dec 19 07:56:08 UTC 2024
Test with latest alpha core <Mihomo Meta alpha-72a126e darwin amd64 with go1.23.4 Wed Dec 25 02:40:06 UTC 2024>, come up with the fatal error and runtime stack log, see attached log files. curl output.txt mihomo core log.txt
Verify steps
Operating System
MacOS
System Version
15.2
Mihomo Version
Mihomo Meta v1.19.0 darwin amd64 with go1.23.3 Mon Dec 9 09:51:22 UTC 2024
Mihomo Meta alpha-89dfabe darwin amd64 with go1.23.4 Thu Dec 19 07:56:08 UTC 2024
Configuration File
Description
v1.18.10和v1.19.0版本的内核连启用tfo的ss协议的节点,无论远程节点还是本地节点,访问https协议的网页都会引起SSL_ERROR_SYSCALL。
Reproduction Steps
本地ss服务,我这里用https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.21.2/shadowsocks-v1.21.2.x86_64-apple-darwin.tar.xz,用其他也能复现
config.json
{
"server": "127.0.0.1",
"server_port": 8388,
"password": "QJ7wuaUvZi4jQ81cSxulkQ==",
"method": "aes-128-gcm",
"tfo": true
}
./ssserver -c config.json
./mihomo-darwin-amd64-compatible-v1.19.0 -f config-with-tfo.yaml
config-with-tfo.yaml
port: 17890
socks-port: 17891
allow_lan: false
mode: rule
log-level: debug
dns:
nameserver:
- 119.28.28.28
proxies:
proxy-groups:
type: select
proxies:
rules:
http_proxy=http://127.0.0.1:17890 https_proxy=http://127.0.0.1:17890 all_proxy=socks5://127.0.0.1:27891 curl -v https://www.baidu.com
curl的output是
< HTTP/1.1 200 Connection established
<
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.baidu.com:443
< HTTP/1.1 200 Connection established
<
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
< Connection: keep-alive
< Content-Length: 2443
< Content-Type: text/html
< Date: Mon, 23 Dec 2024 08:29:59 GMT
< Etag: "58860401-98b"
< Last-Modified: Mon, 23 Jan 2017 13:24:17 GMT
< Pragma: no-cache
< Server: bfe/1.0.8.18
< Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/
<
Logs
The text was updated successfully, but these errors were encountered: