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
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…
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.
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.
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