Re: Does cURL accept a CA that is not self signed?

2019-11-28 Thread Jeffrey Walton via curl-library
On Thu, Nov 28, 2019 at 4:58 PM Daniel Stenberg wrote: > > On Thu, 28 Nov 2019, Jeffrey Walton via curl-library wrote: > > > I'm having trouble connecting to a server that uses Let's Encrypt. > > With a huuuge portion of the web now using Let's Encrypt certs, I would've > expected more people to

Re: Does cURL accept a CA that is not self signed?

2019-11-28 Thread Jeffrey Walton via curl-library
On Thu, Nov 28, 2019 at 4:58 PM Daniel Stenberg wrote: > > On Thu, 28 Nov 2019, Jeffrey Walton via curl-library wrote: > > > I'm having trouble connecting to a server that uses Let's Encrypt. > > With a huuuge portion of the web now using Let's Encrypt certs, I would've > expected more people to

Re: Does cURL accept a CA that is not self signed?

2019-11-28 Thread Jeffrey Walton via curl-library
On Thu, Nov 28, 2019 at 5:38 PM Dave S via curl-library wrote: > > On Thu, Nov 28, 2019, 2:02 PM Daniel Stenberg via curl-library > wrote: >> >> On Thu, 28 Nov 2019, Jeffrey Walton via curl-library wrote: >> >> > I'm having trouble connecting to a server that uses Let's Encrypt. >> >> With a

Re: Does cURL accept a CA that is not self signed?

2019-11-28 Thread Dave S via curl-library
On Thu, Nov 28, 2019, 2:02 PM Daniel Stenberg via curl-library < curl-library@cool.haxx.se> wrote: > On Thu, 28 Nov 2019, Jeffrey Walton via curl-library wrote: > > > I'm having trouble connecting to a server that uses Let's Encrypt. > > With a huuuge portion of the web now using Let's Encrypt

Re: Does cURL accept a CA that is not self signed?

2019-11-28 Thread Daniel Stenberg via curl-library
On Thu, 28 Nov 2019, Jeffrey Walton via curl-library wrote: I'm having trouble connecting to a server that uses Let's Encrypt. With a huuuge portion of the web now using Let's Encrypt certs, I would've expected more people to report problems if that would be the case. I presume you use a

Does cURL accept a CA that is not self signed?

2019-11-28 Thread Jeffrey Walton via curl-library
Hi Everyone, I'm having trouble connecting to a server that uses Let's Encrypt. The code is below. The error is: Error: Failed to download file, error 60, SSL peer certificate or SSH remote key was not OK. The code is below, and the real code performs error checking. The only failure is

Re: HTTP/0.9 problem

2019-11-28 Thread Dan Fandrich via curl-library
On Thu, Nov 28, 2019 at 08:42:09AM +0100, Daniel Stenberg via curl-library wrote: > So, the question is then how curl manages to not consider your response line > ok? Can you repro this against a public URL? Could it be a line ending problem, e.g., CR but no LF? --trace should say.