The busybox website is unbearably slow
Maxim Kochetkov
fido_max at inbox.ru
Wed Jan 18 19:59:07 UTC 2023
On 18.01.2023 22:51, Xabier Oneca -- xOneca wrote:
> Thank you Peter, but still not improved... :/
>
> Trying HTTP is veeery laggy, and HTTPS just hangs on TLS handshake...
>
> $ curl --verbose https://busybox.net/ <https://busybox.net/>
> * Trying 140.211.167.122:443...
> * Connected to busybox.net <http://busybox.net> (140.211.167.122) port
> 443 (#0)
> * ALPN: offers h2
> * ALPN: offers http/1.1
> * TLSv1.3 (OUT), TLS handshake, Client hello (1):
>
The same for buildroot:
$ curl --verbose https://git.buildroot.net/
* Trying 140.211.167.122:443...
* Connected to git.buildroot.net (140.211.167.122) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
And busybox:
curl --verbose https://busybox.net/
* Trying 140.211.167.122:443...
* Connected to busybox.net (140.211.167.122) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
More information about the busybox
mailing list