TLS version for rclone 1.50.1

What is the problem you are having with rclone?

No issue with rclone. Just want to know what version of TLS we have for rclone

What is your rclone version (output from rclone version)

v1.50.1
https://beta.rclone.org/branch/v1.50.1-047-gec09127b-fix-netapp-creation-time-beta/

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Linux

Which cloud storage system are you using? (eg Google Drive)

AWS S3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Rclone gets its TLS support straight from the go standard library, so whatever the go standard library supports is the short answer!

See here for full details, but everything up to TLS 1.4 but not SSLv3 or lower.

https://golang.org/pkg/crypto/tls/

Thank you for the quick response.

Our infra team is trying to upgrade TLS1.0 to TLS2.0. If they do so then do you think rclone will support that ?

What are you referring to? The only thing rclone does is connect to the remote based on the TLS libraries with rclone. Whatever your internal team did to any systems or servers wouldn't really matter.

The only thing that would matter is if AWS S3 changed something and rclone didn't support it.

Hopefully you mean TLSv1.0 to TLSv1.2 as I don't think TLSv2.0 exists yet. Rclone will support TLSv1.2 just fine. (If you meant SSLv2.0 then rclone won't suppor that as it is considered obsolete and insecure)

Perfect.. Yes, I meant 1.2..Thank you for the update !!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.