kyochikuto / sing-box-plus

Sing-Box + Goodies
https://sing-box.sagernet.org/
Other
67 stars 5 forks source link

Certificate Error #2

Open hanahaneull opened 1 week ago

hanahaneull commented 1 week ago

Operating system

Linux

System version

6.10.7-arch1-1

Installation type

Original sing-box Command Line

If you are using a graphical client, please provide the version of the client.

No response

Version

1.9.3

Description

When tls_fragment enabled, for some website (ddos-guard) there is certificate error. Without tls_fragment enabled, certificate seems fine.

Example: https://jpg5.su/ https://nyaa.si https://cyberdrop.me/

Reproduction

Enable tls_fragment on the outbounds array

{
    "type": "direct",
    "tag": "fragment",
    "tcp_fast_open": false,
    "tls_fragment": {
        "enabled": true,
        "size": "200-256",
        "sleep": "0-2"
    }
}

Logs

No response

Supporter

Integrity requirements

kyochikuto commented 7 hours ago

Apologies for the late reply, TLS fragmentation method has been updated in the latest release, retest and report please.