s3tools / s3cmd

Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).

Home Page:https://s3tools.org/s3cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for TLS 1.2 +

activaireadmin opened this issue · comments

AWS is no longer supporting TLS 1.0 and TLS 1.1. How can I update the TLS version on this library?

Ref: https://aws.amazon.com/blogs/security/tls-1-2-required-for-aws-endpoints/

Never mind, after looking at the source code I found that its related to Python 2.7 and its SSL dependencies.
Temporarily disabling the HTTPS to transfer non sensitive data did the trick. :)

Ok, good to know!