Increase default time out #2

Open
opened 2024-10-10 05:19:11 +02:00 by Benjamin_Loison · 1 comment

On my Fairphone 4 Termux:

curl https://yt.lemnoslife.com
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31396 ms: Could not connect to server
curl https://yt.lemnoslife.com
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31557 ms: Could not connect to server
curl --connect-timeout 60 https://yt.lemnoslife.com
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31389 ms: Could not connect to server
curl --max-time 60 --connect-timeout 60 https://yt.lemnoslife.com
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31483 ms: Could not connect to server
time nslookup yt.lemnoslife.com
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   yt.lemnoslife.com
Address: 129.151.245.17


real    0m0.107s
user    0m0.015s
sys     0m0.014s

Source: the Unix Stack Exchange answer 94612

On my Fairphone 4 Termux: ```bash curl https://yt.lemnoslife.com ``` ``` curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31396 ms: Could not connect to server ``` ```bash curl https://yt.lemnoslife.com ``` ``` curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31557 ms: Could not connect to server ``` ```bash curl --connect-timeout 60 https://yt.lemnoslife.com ``` ``` curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31389 ms: Could not connect to server ``` ```bash curl --max-time 60 --connect-timeout 60 https://yt.lemnoslife.com ``` ``` curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31483 ms: Could not connect to server ``` ```bash time nslookup yt.lemnoslife.com ``` ``` Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: yt.lemnoslife.com Address: 129.151.245.17 real 0m0.107s user 0m0.015s sys 0m0.014s ``` Source: [the Unix Stack Exchange answer 94612](https://unix.stackexchange.com/a/94612)
Author
Owner
Would help [YouTube-operational-API/issues/165](https://github.com/Benjamin-Loison/YouTube-operational-API/issues/165).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/curl#2
No description provided.