Network timeout (TLS) when downloading rclone binary

Greetings,

I experience TLS packet errors when attempting to download rclone from the website at not-fast speeds (50-100KBps). It’s weird since it’s such a small download. I noticed it because my connection where I’m at now is only 2mbps. The download fails in these tested scenarios:
osx10.10.5/safari latest
osx10.10.5/chrome55
debian8/wget1.16 when throttled to 100KBps or less

Each failure happens at about 30-40 seconds.
Tried from 4 global network locations (2 in US)

However when I don’t rate limit it from my vps, it downloads fine at 5MBps. I’m guessing that means it’s just downloading it before whatever the problem is materializes.

Why is this happening on rclone website? I’ve never experienced this on other sites. Not great when trying to download trusted binaries and they fail/attempt to retry/and the error is TLS/security related (though it’s probably some other underlying issue).

Thanks!

wget output:
wget --limit-rate=50k https://downloads.rclone.org/rclone-v1.36-osx-amd64.zip
–2017-04-21 07:52:38-- https://downloads.rclone.org/rclone-v1.36-osx-amd64.zip
Resolving downloads.rclone.org (downloads.rclone.org)… 5.153.250.7, 2a02:24e0:8:61f9::1
Connecting to downloads.rclone.org (downloads.rclone.org)|5.153.250.7|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 6589996 (6.3M) [application/zip]
Saving to: ‘rclone-v1.36-osx-amd64.zip’

rclone-v1.36-osx-amd64.zip 32%[===============> ] 2.02M 51.2KB/s in 41s

2017-04-21 07:53:20 (50.2 KB/s) - Read error at byte 2113536/6589996 (A TLS packet with unexpected length was received.). Retrying.

Probably doesn’t help you atm, but i’d recommend you using homebrew to install rclone (brew install rclone) after you’ve installed homebrew.

GL =)