mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 06:35:52 +03:00
[GH-ISSUE #74] Tailscale no longer downloads wget gets an error. #19
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-toolkit#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.