Re: Latest curl fails with error 55 (Failed sending HTTP request) with specific URL

2016-02-09 Thread Andrew Clark
On Mon, Feb 8, 2016 at 2:22 PM, Yaakov Selkowitz wrote: > On 2016-02-08 06:57, Andrew Clark wrote: >> >> I've been running a simple script that uses curl to generate a token >> from a web service. Up until the last release (7.47.0-2), this had >> been working fine. Now, however, I'm consistently g

Re: Latest curl fails with error 55 (Failed sending HTTP request) with specific URL

2016-02-08 Thread Yaakov Selkowitz
On 2016-02-08 06:57, Andrew Clark wrote: I've been running a simple script that uses curl to generate a token from a web service. Up until the last release (7.47.0-2), this had been working fine. Now, however, I'm consistently getting curl: (55) Failed sending HTTP request The script I have boi

Latest curl fails with error 55 (Failed sending HTTP request) with specific URL

2016-02-08 Thread Andrew Clark
Hi all, I've been running a simple script that uses curl to generate a token from a web service. Up until the last release (7.47.0-2), this had been working fine. Now, however, I'm consistently getting curl: (55) Failed sending HTTP request The script I have boils down to this curl request: $ c