[odb-users] Problems using ODB w/SQLite on Windows
Syre, William
wsyre at harris.com
Thu May 30 13:18:21 EDT 2019
Yeah that seems to be the problem. Is there some way I can force all curl calls to default to use the -k option?
-----Original Message-----
From: Boris Kolpackov <boris at codesynthesis.com>
Sent: Thursday, May 30, 2019 11:25 AM
To: Syre, William (US Person) <wsyre at harris.com>
Cc: odb-users at codesynthesis.com
Subject: Re: [odb-users] Problems using ODB w/SQLite on Windows
Syre, William <wsyre at harris.com> writes:
> H:\build2-build>curl -fLO --progress-bar --connect-timeout 60 --max-time 600 "https://download.build2.org/0.10.0/build2-mingw-0.10.0-x86_64-windows.tar.xz"
>
> curl: (60) SSL certificate problem: unable to get local issuer
> certificate More details here: https://curl.haxx.se/docs/sslcerts.html
>
> curl failed to verify the legitimacy of the server and therefore could
> not establish a secure connection to it. To learn more about this
> situation and how to fix it, please visit the web page mentioned above.
This is strange. I just tried the same, also on drive H:\, and it works for me fine.
So far my only theory is that something (Windows Defender, your anti- virus software, etc) is interfering with the installation (if you have an excluded location for such cases, that would be a good place to try).
You can try this command line to confirm if this is a flaky or persistent issue:
H:\build2-build>H:\build2\bin\curl -fLO https://download.build2.org/0.10.0/build2-mingw-0.10.0-x86_64-windows.tar.xz
FYI, the certificate bundle should be in
H:\build2\bin\ssl\certs\ca-bundle.crt
For 0.10.0 its size should be 242122 bytes.
More information about the odb-users
mailing list