We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there something wrong with the SSL library? I'm getting SSL failures when connecting to IAS3.
$ s3cmd -n -c "$S3CONF" sync s3://prideandprejudic01342gut /tmp/s3-download-test/ ERROR: SSL certificate verification failure: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645) $ cat $S3CONF [default] access_key = ... secret_key = ... host_base = s3.us.archive.org host_bucket = %(bucket)s.s3.us.archive.org
The text was updated successfully, but these errors were encountered:
@riking Which version of python do you have? is your system up to date (openssl and co?)
Sorry, something went wrong.
Same prob, python 3.5.2
Specify --no-ssl
vim ~/.s3cfg
edit
use_https = True
to
use_https = False
No branches or pull requests
Is there something wrong with the SSL library? I'm getting SSL failures when connecting to IAS3.
The text was updated successfully, but these errors were encountered: