Problem with curl/ssl

Kernel, Main, Utilities & Applications, Miscellaneous Devices.
Antonybbit
Posts: 2
Joined: Fri Oct 08, 2021 12:54 pm
Been thanked: 1 time

Problem with curl/ssl

Unread post by Antonybbit »

Hi fellow Misters.

Just got a Mister (complete setup from ultimate mister).

Problem is when i try to run update all some parts fail because of curl error 77 " error setting certificate verify locations:"

I guess this is not a problem with the update script but some system wide config i need to change?

Logs look like this:

Code: Select all

################################################################################
#==============================================================================#
################################################################################

Running MiSTer Downloader

START!

Reading file: ./downloader.ini
Reading default db
curl: (77) error setting certificate verify locations:
  CAfile: /etc/ssl/certs/cacert.pem
  CApath: /etc/ssl/certs

Could not load json from "https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/db.json.zip"

===========================
Downloader 1.0 (45cfecd) by theypsilon. Run time: 0:00:00.08s
Log: Scripts/.config/downloader/downloader.log

Installed:
none.

Errors:
https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/db.json.zip
Antonybbit
Posts: 2
Joined: Fri Oct 08, 2021 12:54 pm
Been thanked: 1 time

Re: Problem with curl/ssl

Unread post by Antonybbit »

Answering my own question for anyone coming here in the future because of the same problem.

I downloaded this file

Code: Select all

http://curl.haxx.se/ca/cacert.pem
to /etc/ssl/certs/

Seems to have solved things
Post Reply