Hi, On Mon, Dec 1, 2014 at 5:31 AM, Geoff Capper <[email protected]> wrote: > org.apache.http.NoHttpResponseException
Looks like something coming from httpclient libraries, are you using this in your client? Or somewhere in your server-side code? If yes your client code might be failing to supply credentials. You might want to try using curl as a client, to see exactly what's happening. -Bertrand
