You are not logged in.

#1 2016-05-19 19:17:31

skillian
Member
Registered: 2016-05-05
Posts: 3

[SOLVED] Certificate trust issue when trying to install Dropbox

I was trying to install Dropbox onto my new Arch linux installation onto an old Dell PowerEdge 400sc.  I tried to download and burn the latest ISO (archlinux-2016.01.01-dual.iso) to a CD-ROM, but it was too large.  I instead had to install Arch from a much older 2014 disc that I already had.  During the installation, I had to update the Arch Linux keyring and ca-certificates and otherwise, the installation went smoothly.

When I tried to install Dropbox by downloading the tarball with the command specified on Dropbox's site:

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf -

Wget complained with the following error:

--2016-05-19 15:00:59--  https://www.dropbox.com/download?plat=lnx.x86
Resolving www.dropbox.com (www.dropbox.com)... 162.125.4.1
Connecting to www.dropbox.com (www.dropbox.com)|162.125.4.1|:443... connected.
ERROR: cannot verify www.dropbox.com's certificate, issued by ‘CN=DigiCert SHA2 Extended Validation Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US’:
  Unable to locally verify the issuer's authority.
To connect to www.dropbox.com insecurely, use `--no-check-certificate'.

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

After some Googling, I tried again updating my arch-keyring and ca-certificates, but that did not help.  I tried re-updating and re-installing, but that didn't help either.  What I instead tried to do is this:

sudo pacman -Rdsu ca-certificates
sudo pacman -Scc
sudo pacman -Syy ca-certificates

After running those commands, wget no longer complains about certificates not being trusted!

Last edited by skillian (2016-05-19 19:19:19)

Offline

#2 2016-05-19 19:24:39

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,860
Website

Re: [SOLVED] Certificate trust issue when trying to install Dropbox

Make sure you now do a full system update.

https://wiki.archlinux.org/index.php/Sy … nsupported

Mod note: moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2016-05-19 19:39:47

TheChickenMan
Member
From: United States
Registered: 2015-07-25
Posts: 354

Re: [SOLVED] Certificate trust issue when trying to install Dropbox

Is there a reason why you're not using the dropbox package from the AUR?


If quantum mechanics hasn't profoundly shocked you, you haven't understood it yet.
Niels Bohr

Offline

Board footer

Powered by FluxBB