Certificate signed by unknown authority

What is the problem you are having with rclone?

I've just updated to rclone-1.57.0-1.el8.x86_64 on CentOS Steam 8 along with other packages updates.
Dropbox failed to connect with:
...
INFO : Dropbox root 'CCNRonly/MSLAB-WORK.borg-backup': Failed to get StartCursor: Post "https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor": couldn't fetch token - maybe it has expired? - refresh with "rclone config reconnect us-full:": Post "https://api.dropboxapi.com/1/oauth2/token": x509: certificate signed by unknown authority
...

but with addition of: '--no-check-certificate' Rclone seems to have pulled through.

Question: Where to look to determine what really is unhappy about the cert - is it Rclone exclusively or some other dependency or perhaps Dropbox's server?

Run the command 'rclone version' and share the full output of the command.

Which cloud storage system are you using? (eg Google Drive)

Dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

It's your OS but since there's no rclone version output, I have no advice to offer.

I did not get 'rclone version output' but never mind.
Yes, it was the OS. Strangely some servers, after the updates, needed re-gen to local CA trusts db.

You type the command as in the template:

rclone version
rclone v1.57.0
- os/version: darwin 12.1 (64 bit)
- os/kernel: 21.2.0 (arm64)
- os/type: darwin
- os/arch: arm64
- go/version: go1.17.2
- go/linking: dynamic
- go/tags: cmount

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.