[GH-ISSUE #74] Tailscale no longer downloads wget gets an error. #19

Closed
opened 2026-02-27 14:38:44 +03:00 by kerem · 1 comment
Owner

Originally created by @Snake98bm on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/74

wget fails to download tailscale

wget https://pkgs.tailscale.com/stable/tailscale_1.62.1_arm .tgz Connecting to pkgs.tailscale.com (199.38.181.239:443) wget: note: TLS certificate validation not implemented Connecting to dl.tailscale.com (109.105.218.17:443) wget: got bad TLS record (len:0) while expecting handshake record wget: error getting response: Connection reset by peer /usrdata/tailscale #
wget: got bad TLS record (len:0) while expecting handshake record
wget: error getting response: Connection reset by peer

I changed it to curl and it works fine
curl https://pkgs.tailscale.com/stable/tailscale_1.62.1_arm.tgz --output tailscale_1.62.1_arm.tgz

Originally created by @Snake98bm on GitHub (Sep 13, 2024). Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/74 wget fails to download tailscale ` wget https://pkgs.tailscale.com/stable/tailscale_1.62.1_arm .tgz Connecting to pkgs.tailscale.com (199.38.181.239:443) wget: note: TLS certificate validation not implemented Connecting to dl.tailscale.com (109.105.218.17:443) wget: got bad TLS record (len:0) while expecting handshake record wget: error getting response: Connection reset by peer /usrdata/tailscale #` wget: got bad TLS record (len:0) while expecting handshake record wget: error getting response: Connection reset by peer I changed it to curl and it works fine curl https://pkgs.tailscale.com/stable/tailscale_1.62.1_arm.tgz --output tailscale_1.62.1_arm.tgz
kerem closed this issue 2026-02-27 14:38:45 +03:00
Author
Owner

@iamromulan commented on GitHub (Oct 30, 2024):

I am making a download executable that will be able to use curl and wget based on whats available. For now please use the correct branches for your platform and there shouldn't be an issue.

<!-- gh-comment-id:2445764919 --> @iamromulan commented on GitHub (Oct 30, 2024): I am making a download executable that will be able to use curl and wget based on whats available. For now please use the correct branches for your platform and there shouldn't be an issue.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#19
No description provided.