V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
be
V2EX  ›  Apple

小火箭 mac 版更新问题

  •  
  •   be · Sep 29, 2025 · 2790 views
    This topic created in 221 days ago, the information mentioned may be changed or developed.

    前两天更新完 mac 版小火箭后 开启小火箭使用 curl 命令会出问题(不开则没问题)

    机器是 macmini m4 系统是 15.6.1 小火箭版本是 2.2.71(2829)

    curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
    curl: (16) Error in the HTTP2 framing layer
    
    curl -v https://github.com                                                    
    * Host github.com:443 was resolved.
    * IPv6: ::ffff:0:c612:12
    * IPv4: 140.82.112.3
    *   Trying 140.82.112.3:443...
    * Connected to github.com (140.82.112.3) port 443
    * ALPN: curl offers h2,http/1.1
    * (304) (OUT), TLS handshake, Client hello (1):
    *  CAfile: /etc/ssl/cert.pem
    *  CApath: none
    * (304) (IN), TLS handshake, Server hello (2):
    * (304) (IN), TLS handshake, Unknown (8):
    * (304) (IN), TLS handshake, Certificate (11):
    * (304) (IN), TLS handshake, CERT verify (15):
    * (304) (IN), TLS handshake, Finished (20):
    * (304) (OUT), TLS handshake, Finished (20):
    * SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
    * ALPN: server accepted h2
    * Server certificate:
    *  subject: CN=github.com
    *  start date: Feb  5 00:00:00 2025 GMT
    *  expire date: Feb  5 23:59:59 2026 GMT
    *  subjectAltName: host "github.com" matched cert's "github.com"
    *  issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo ECC Domain Validation Secure Server CA
    *  SSL certificate verify ok.
    * using HTTP/2
    * [HTTP/2] [1] OPENED stream for https://github.com/
    * [HTTP/2] [1] [:method: GET]
    * [HTTP/2] [1] [:scheme: https]
    * [HTTP/2] [1] [:authority: github.com]
    * [HTTP/2] [1] [:path: /]
    * [HTTP/2] [1] [user-agent: curl/8.7.1]
    * [HTTP/2] [1] [accept: */*]
    > GET / HTTP/2
    > Host: github.com
    > User-Agent: curl/8.7.1
    > Accept: */*
    > 
    * Request completely sent off
    * LibreSSL SSL_read: LibreSSL/3.3.6: error:1404C3FC:SSL routines:ST_OK:sslv3 alert bad record mac, errno 0
    * Failed receiving HTTP2 data: 56(Failure when receiving data from the peer)
    * Connection #0 to host github.com left intact
    curl: (56) LibreSSL SSL_read: LibreSSL/3.3.6: error:1404C3FC:SSL routines:ST_OK:sslv3 alert bad record mac, errno 0
    

    搞了两天没搞明白是啥问题,有没有大佬知道怎么解决

    Supplement 1  ·  Sep 30, 2025
    发邮件给作者反馈了,作者回复并给了 TestFlight 链接,bug 已修复,有同样问题的小伙伴耐心等下一个版本吧
    16 replies    2025-10-09 14:25:47 +08:00
    KingFong
        1
    KingFong  
    PRO
       Sep 29, 2025
    走 http1 会吗?--http1.1
    BlueSkyXN
        2
    BlueSkyXN  
       Sep 29, 2025   ❤️ 1
    新的 xhj 有未知 bug ,打开代理-兼容性模式
    不过 2 个模式都和 adguard 存在打架的情况,兼容性模式会好点
    be
        3
    be  
    OP
       Sep 29, 2025
    @KingFong 走 http1 会这样

    curl --http1.1 -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
    curl: (52) Empty reply from server
    be
        4
    be  
    OP
       Sep 29, 2025
    @BlueSkyXN 开了兼容模式也还是不行
    AdamMing
        5
    AdamMing  
       Sep 29, 2025
    Macbook Pro 15.7 ,小火箭版本跟你一样,没这问题……
    KingFong
        6
    KingFong  
    PRO
       Sep 29, 2025   ❤️ 1
    @be #3 感觉是 dns 的问题。
    Freeman1989
        7
    Freeman1989  
       Sep 29, 2025
    我 15.7macOS 直接都没法开启小火箭代理了,在更新了小火箭后
    be
        8
    be  
    OP
       Sep 29, 2025
    @AdamMing 今晚更新一下系统看看行不行
    be
        9
    be  
    OP
       Sep 29, 2025
    @KingFong #6 能展开说说吗🤔
    be
        10
    be  
    OP
       Sep 29, 2025
    @Freeman1989 那你比我更惨
    be
        11
    be  
    OP
       Sep 29, 2025
    @AdamMing 方便问一下你的 curl 是用系统的还是 brew 安装的吗

    which curl

    好像有 LibreSSL 和 OpenSSL 的区别
    AdamMing
        12
    AdamMing  
       Sep 30, 2025
    @be #11 我是用 App Store 安装的~
    BlueSkyXN
        13
    BlueSkyXN  
       Sep 30, 2025
    @be sky@BlueSkyXN-MacBook-Air-M4 ~ % which curl
    /usr/bin/curl
    CyberNexus
        14
    CyberNexus  
       Sep 30, 2025
    能像 clash party 一样切换代理组的分流规则吗?用了一下感觉找不到技巧
    infinityv
        15
    infinityv  
       Sep 30, 2025
    clash 的规则当前有办法转成 mac 小火箭去用吗?
    OneOrange417
        16
    OneOrange417  
       Oct 9, 2025
    同样的问题,一直访问 github 错误
    LibreSSL SSL_read: LibreSSL/3.3.6: error:1404C3FC:SSL routines:ST_OK:sslv3 alert bad record mac, errno 0
    更新小火箭版本后解决!
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2964 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 65ms · UTC 15:27 · PVG 23:27 · LAX 08:27 · JFK 11:27
    ♥ Do have faith in what you're doing.