richarvey / s3redirect

Turn S3 into a URL redirect website using lambda and NO database!
GNU General Public License v3.0
32 stars 4 forks source link

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

Closed benbuckman closed 4 years ago

benbuckman commented 8 years ago

This library seems to be affected by this bug: https://github.com/boto/boto/issues/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.

richarvey commented 4 years ago

rewrite coming