Re: difficulties with SSL certs

2021-04-08 Thread Dennis Clarke via curl-library
On 4/8/21 5:41 AM, Patrick Monnerat via curl-library wrote: > . . . >> europa$ grep '89:80:cc:26' /opt/bw/ssl/certs/* >> /opt/bw/ssl/certs/USERTrust_ECC_Certification_Authority.pem: >> 5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26 >> europa$ grep '0e:35:03:2d' /opt/bw/ssl/certs/* >>

Re: difficulties with SSL certs

2021-04-08 Thread Patrick Monnerat via curl-library
On 4/8/21 9:31 AM, Dennis Clarke via curl-library wrote: So I looked into the location where the ssl certs "should" be given my curl config : $ ./configure --prefix=/opt/bw --disable-dependency-tracking \   --disable-silent-rules --without-gnu-ld --enable-shared \   --enable-static \  

Re: difficulties with SSL certs

2021-04-08 Thread Dennis Clarke via curl-library
On 4/8/21 2:53 AM, Ray Satiro via curl-library wrote: > On 4/8/2021 12:21 AM, Dennis Clarke via curl-library wrote: >> europa$ >> europa$ curl -4 -L --url 'https://gitlab.com/' -o /dev/null >>    % Total    % Received % Xferd  Average Speed   Time    Time Time >> Current >>

Re: difficulties with SSL certs

2021-04-08 Thread Ray Satiro via curl-library
On 4/8/2021 12:21 AM, Dennis Clarke via curl-library wrote: europa$ europa$ curl -4 -L --url 'https://gitlab.com/' -o /dev/null % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 0 0

Re: difficulties with SSL certs

2021-04-08 Thread Dennis Clarke via curl-library
On 4/8/21 2:23 AM, Daniel Stenberg wrote: > On Thu, 8 Apr 2021, Dennis Clarke via curl-library wrote: > >> So I looked into the location where the ssl certs "should" be given my >> curl config : >> >> $ ./configure ... >>  --with-ca-path=/opt/bw/ssl/certs \ > > Note that this is the *ca path*

Re: difficulties with SSL certs

2021-04-08 Thread Daniel Stenberg via curl-library
On Thu, 8 Apr 2021, Dennis Clarke via curl-library wrote: So I looked into the location where the ssl certs "should" be given my curl config : $ ./configure ... --with-ca-path=/opt/bw/ssl/certs \ Note that this is the *ca path* where OpenSSL expects to find individual certs stored. You