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.
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.
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
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.
Good work! Just wanted to say I’m super happy that you had a crack to fix this quickly and then share the solution for us.
Go Insync!
Happy Insync patron.