I've created a fresh VM with Debian 13 and without running anything else, reproduced the error:
```
debian@VM1159:~$ curl -v
https://deb.debian.org/debian/extrafiles
* Host deb.debian.org:443 was resolved.
* IPv6: 2a04:4e42:4b::644
* IPv4: 151.101.62.132
* Trying [2a04:4e42:4b::644]:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS alert, decode error (562):
* TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
* closing connection #0
curl: (35) TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
debian@VM1159:~$ ping -M do -s 1422 94.156.119.69
PING 94.156.119.69 (94.156.119.69) 1422(1450) bytes of data.
1430 bytes from 94.156.119.69: icmp_seq=1 ttl=61 time=18.7 ms
1430 bytes from 94.156.119.69: icmp_seq=2 ttl=61 time=18.6 ms
1430 bytes from 94.156.119.69: icmp_seq=3 ttl=61 time=18.8 ms
1430 bytes from 94.156.119.69: icmp_seq=4 ttl=61 time=18.6 ms
1430 bytes from 94.156.119.69: icmp_seq=5 ttl=61 time=18.5 ms
1430 bytes from 94.156.119.69: icmp_seq=6 ttl=61 time=18.5 ms
1430 bytes from 94.156.119.69: icmp_seq=7 ttl=61 time=18.6 ms
1430 bytes from 94.156.119.69: icmp_seq=8 ttl=61 time=18.7 ms
^C
--- 94.156.119.69 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7013ms
rtt min/avg/max/mdev = 18.536/18.632/18.762/0.070 ms
debian@VM1159:~$ ping -M do -s 1423 94.156.119.69
PING 94.156.119.69 (94.156.119.69) 1423(1451) bytes of data.
^C
--- 94.156.119.69 ping statistics ---
9 packets transmitted, 0 received, 100% packet loss, time 8189ms
```