Skip to content
New issue

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

SSL failure: UNKNOWN_PROTOCOL #955

Open
riking opened this issue Feb 10, 2018 · 4 comments
Open

SSL failure: UNKNOWN_PROTOCOL #955

riking opened this issue Feb 10, 2018 · 4 comments

Comments

@riking
Copy link

riking commented Feb 10, 2018

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
@fviard
Copy link
Contributor

fviard commented Feb 15, 2018

@riking Which version of python do you have? is your system up to date (openssl and co?)

@ghost
Copy link

ghost commented Jun 23, 2018

Same prob, python 3.5.2

@ghost
Copy link

ghost commented Jun 23, 2018

Specify --no-ssl

@nonacosa
Copy link

vim ~/.s3cfg

edit

use_https = True

to

use_https = False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants