Re: CURLE_SSL_CACERT_BADFILE error for HTTPS URL

2020-01-12 Thread Ray Satiro via curl-library
On 1/12/2020 10:49 AM, shiftag via curl-library wrote: On 1/12/20 1:32 AM, Daniel Stenberg wrote: On Sat, 11 Jan 2020, shiftag via curl-library wrote: So it appears the issue is not related to the compilation. The normal behavior of libcurl is checking /etc/ssl/certs ,so I rebuild the content

Re: CURLE_SSL_CACERT_BADFILE error for HTTPS URL

2020-01-12 Thread shiftag via curl-library
On 1/13/20 1:18 AM, Jeffrey Walton wrote: > On Sun, Jan 12, 2020 at 10:54 AM shiftag via curl-library > wrote: >> ... >> >> That's what I did, I built libcurl with --with-ca-bundle and >> --with-ca-path but I unfortunately did a wrong copy/paste for curl one. >> I add the options that way: >> >>

Re: CURLE_SSL_CACERT_BADFILE error for HTTPS URL

2020-01-12 Thread Jeffrey Walton via curl-library
On Sun, Jan 12, 2020 at 10:54 AM shiftag via curl-library wrote: > ... > > That's what I did, I built libcurl with --with-ca-bundle and > --with-ca-path but I unfortunately did a wrong copy/paste for curl one. > I add the options that way: > >

Re: CURLE_SSL_CACERT_BADFILE error for HTTPS URL

2020-01-12 Thread shiftag via curl-library
On 1/12/20 1:32 AM, Daniel Stenberg wrote: > On Sat, 11 Jan 2020, shiftag via curl-library wrote: > >> So it appears the issue is not related to the compilation. The normal >> behavior of libcurl is checking /etc/ssl/certs >> ,so I rebuild the content >> of that directory with .crt files and the