Re: Brokenness specific to nginx and jets3t with Riak CS

2014-09-29 Thread Luke Bakken
Hi Toby, Thanks a ton for the detailed information. I'll make sure it's made more obvious on this page: http://docs.basho.com/riakcs/latest/cookbooks/configuration/Load-Balancing-and-Proxy-Configuration/ -- Luke Bakken Engineer / CSE lbak...@basho.com On Thu, Sep 25, 2014 at 12:42 AM, Toby Cor

Re: Brokenness specific to nginx and jets3t with Riak CS

2014-09-25 Thread Toby Corkindale
Following up further again, with a solution. Turns out that Nginx canonicalises the URLs when proxying them, if and only if, the proxy_pass parameter includes a path component, including a plain slash. Meanwhile, Jets3t URL-encodes the object path so that slashes become %2F, but Nginx converts the

Re: Brokenness specific to nginx and jets3t with Riak CS

2014-09-24 Thread Toby Corkindale
Quite update to mention that by removing some extra (unneeded) custom headers from the proxy configuration and fiddling with some other nginx options, I'm at a point where Riak CS throws an actual error back rather than disconnecting prematurely. The error now returned is below. I'm wondering if so