Updating to 2.0.4.5 from 2.0.3.3 from web interface didn't work

I also had the 2.0.4.5 install from the web interface fail the two different Mac computers. After the install, Duplicati could not open. When I downloaded and installed a fresh copy of Duplicati, it started running again, but with warnings. Now both machines are throwing a warning about there being no certificates. I have read a little about cert-sync, but have not figured it out yet.

@Mark_Daubenmier, Yes, I got these warnings in the log after the upgrade:

2018-11-28 12:35:28 -05 - [Warning-Duplicati.Library.Modules.Builtin.CheckMonoSSL-MissingCerts]: No certificates found, you can install some with one of these commands:
cert-sync /etc/ssl/certs/ca-certificates.crt #for Debian based systems
cert-sync /etc/pki/tls/certs/ca-bundle.crt #for RedHat derivatives
curl -O https://curl.haxx.se/ca/cacert.pem; cert-sync --user cacert.pem; rm cacert.pem #for MacOS

I just ran the MacOS line and it solved it for subsequent runs.

1 Like

This worked! Thanks for passing along the MacOS command line. Not sure why I missed it where I was looking.

1 Like