Keyexpired 147347981

OS: Ubuntu 16.04
Insync: 1.3.10

When I do ‘sudo apt-get update’, I got the following message:

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.insynchq.com/ubuntu xenial InRelease: The following signatures couldn’t be verified …: KEYEXPIRED 1473479811

1 Like

Just received the same error. Re-doing ‘wget -qO - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key
| sudo apt-key add -’ did not fix it so I am guessing that it hasn’t been updated/renewed yet.

I can verify the problem.

I am guessing they have a temporary problem with their servers. I am basing this on my attempt to enter the server URL in my browser - I got an Access Denied error…

Let’s hope they’ll fix it soon…

Their PGP key has just expired - you can verify this yourself by running apt-key list | grep -iB1 insync. They’ll need to generate a new one, and we’ll all need to download it.

1 Like

Same problem

apt-key list | grep -iB1 insync

pub 2048R/ACCAF35C 2012-09-10 [caducó: 2016-09-10]
uid Insynchq Inc services@insynchq.com

sudo apt-key adv --recv-keys --keyserver keys.gnupg.net ACCAF35C

no change

Ign http://apt.insynchq.com jessie/contrib Translation-en
Ign http://apt.insynchq.com jessie/non-free Translation-es
Ign http://apt.insynchq.com jessie/non-free Translation-en
Descargados 174 kB en 10s (17.3 kB/s)
Leyendo lista de paquetes… Hecho
W: Error de GPG: http://apt.insynchq.com jessie InRelease: Las siguientes firmas no fueron válidas: KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811

This should be a relatively easy fix on their part. I just doubt it’ll be fixed before the end of this weekend.

Hi all. Very sorry for the trouble. A new key has been uploaded, but it still errors on my test. apt-key list | grep -iB1 insync shows that the expiration date has changed though. I’ll take a look a this some more.

$ apt-key list | grep -iB1 insync
pub   2048R/ACCAF35C 2012-09-10 [expires: 2020-09-10]
uid                  Insynchq Inc <services@insynchq.com>

EDIT: It looks like the command I used to import the key was wrong for some reason. Here are the steps to fix this issue then:

$ sudo apt-key remove ACCAF35C
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C
$ sudo apt-get update

Let me know if it works for you.

7 Likes

Hi,

Thanks for the updated steps, they worked fine for me just now.

Jim.

Thanks, it worked for me too.
I had to use
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ACCAF35C
to go through port 80, since it looks like 11371 is firewalled for me. (I guess the wget method would have worked too.)
Pete

It worked. Thanks a lot, lpugoy.

Yup, expired: apt-key list | grep -iB1 insync
pub 2048R/ACCAF35C 2012-09-10 [expired: 2016-09-10]
uid Insynchq Inc services@insynchq.com

Same:
W: GPG error: http://apt.insynchq.com trusty InRelease: The following signatures were invalid: KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811 KEYEXPIRED 1473479811

Hi all.

Please direct new discussion on this thread, thanks: New Insync version: 1.3.11.

Thanks Ipugoy,
that worked fine for me too.
Ferdi

It works for me too. Thanks!

That fixed it! Thank you!

thanks ! ok for me on ubuntu 14.04

Thanks, this works for me.:slight_smile: