Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#305 closed defect (fixed)

Invalid signatures

Reported by: Matteo Ipri Owned by:
Priority: blocker Milestone:
Component: Global Keywords:
Cc:

Description

Hi all,
I can not install xpra on Ubuntu 17.10 Artful AArdvark because I get the following:

W: GPG error: http://winswitch.org artful Release: The following signatures were invalid: EXPKEYSIG 18ADB31CF18AD6BB Antoine Martin <[email protected]>
E: The repository 'http://winswitch.org artful Release' is not signed.

I followed instructions on:
https://winswitch.org/downloads/debian-repository.html?dist_select=artfulbeta

and on:
https://winswitch.org/trac/ticket/304

Steps to reproduce:

apt-get install curl
curl https://winswitch.org/gpg.asc | apt-key add -

and

apt-get install dirmngr
apt-key adv --fetch-keys https://xpra.org/gpg.asc

both get me the above message; while

apt-key adv --keyserver keys.gnupg.net --recv-keys F18AD6BB

results in a connection timeout.

Please advice,
Thanks

Change History (2)

comment:1 Changed 6 years ago by Matteo Ipri

Resolution: fixed
Status: newclosed

My bad! I have a strict firewall and I had to open port 11371 outbound to make the command

apt-key adv --keyserver keys.gnupg.net --recv-keys F18AD6BB

work.
Thanks anyway

comment:2 Changed 6 years ago by Antoine Martin

More details in #304.

Note: See TracTickets for help on using tickets.