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.CertificateError aka Can't use bucket names with dots #4

Open
benbuckman opened this issue Dec 27, 2015 · 1 comment
Open

ssl.CertificateError aka Can't use bucket names with dots #4

benbuckman opened this issue Dec 27, 2015 · 1 comment

Comments

@benbuckman
Copy link

This library seems to be affected by this bug: boto/boto#2836

ssl.CertificateError: hostname 'my.bucket.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'

I'm not very familiar with Python or Boto, and haven't yet figured out how to work around this.
Any advice would be greatly appreciated.

@nathangrigg
Copy link
Owner

I have experienced the same, but haven't had a chance to look into it. For now, I am using the workaround mentioned in boto/boto#2836, that is by (on Linux or OS X) creating a file ~/.boto with contents

[s3]
calling_format = boto.s3.connection.OrdinaryCallingFormat

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

2 participants