Thomas Orozco

Results 74 comments of Thomas Orozco

@alex, I imagine S3 can't (or just doesn't) generate certificates on the fly for buckets that don't match the generic certificate. However, it might make sense for boto to default...

@oberstet Using a patched HTTP Connection seems to work too. The following code uses the standard library for SSL cert validation, but submits a different hostname for validation to pass...

Note that I'm still getting a 400 when connecting to S3 in Frankfurt, but I think that's because S3 in Frankfurt requires a different signature format.

I'm working on a patch here https://github.com/krallin/boto/compare/fix-2836 First, I'm making sure that cert validation is left up to Boto regardless of the Python version (which means that when `validate_certs` is...

@mattse , Unfortunately that PR doesn't really seem to be making much progress :( It's been lingering there for a while and I haven't really heard back ever. As explained...

@mstoops , When you run `ps` within your consul container, does it report the name of the zombies processes as well (i.e. what executable is stuck)? Seeing a part of...

@vidarh Sorry for the shameless plug, but in case you're interested, I actually went down the road of building a minimal init system that reaps zombies (which is what you...

@progrium I haven't really considered a Go port of Tini. It's a simple program, but it mainly does low-level things like setting sigmasks, forwarding signals, waiting processes, so C felt...

You might want to take a look at https://github.com/aptible/supercronic — it should be a plug-and-play replacement for cron (just point it at your crontab), but it plays a bit nicer...

Came here to report the same thing. The docs don't seem to really explain this. The docs claim that the content length may not exist under certain circumstances, which is...