Closed jessfraz closed 9 years ago
python version 2.7.9
closing, found a way around it, wasn't exactly glamorous, but did the trick :)
Hey @jfrazelle good to hear. I also just made v3 the official version.
Oooooo shiny, cactus is awesome btw, keep up the amazing work :)
On Sat, Jan 17, 2015 at 1:56 PM, Koen Bok notifications@github.com wrote:
Hey @jfrazelle https://github.com/jfrazelle good to hear. I also just made v3 the official version.
— Reply to this email directly or view it on GitHub https://github.com/koenbok/Cactus/issues/113#issuecomment-70386064.
Jessie Frazelle 4096R / D4C4 DD60 0D66 F65A 8EFC 511E 18F3 685C 0022 BFF3 pgp.mit.edu http://pgp.mit.edu/pks/lookup?op=get&search=0x18F3685C0022BFF3
Docker is pretty cool too ;-)
Hey @jfrazelle ,
This is actually a bug in Boto, where SSL certificate verification isn't disabled for S3 when using Python 2.7.9 (whereas it is when using an earlier version).
Here's a workaround (through boto configuration): https://github.com/boto/boto/issues/2836
@koenbok, I think we might be able to force the subdomain calling format for S3 in Cactus (and also force SSL verification, while we're at it). I'll look into that.
Cheers,
Hey @krallin what was your ugly workaround?
@rh0dium
Using the following boto configuration fixes the problem:
[s3]
calling_format = boto.s3.connection.OrdinaryCallingFormat
@krallin sorry relative noob here. Could you explain how to implement this workaround in the mac os app? I made it to the package contents source and '''calling_format = boto.s3.connection.OrdinaryCallingFormat''' is not there.
I wouldn't know how to do in the Mac app, no, I'm sorry (I have not worked on it).
Did you try putting the snipped I posted above in ~/.boto
?
Maybe @koenbok can help.
@krallin Wanted to let you know that adding that snippet also fixes the issue with the Mac app. Hoping this gets fixed for real though.
@thomasoffinga sorry if its a silly question but where do you add the snippet?
@davidbenque in ~/.boto
.
Stack trace