-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signature invalid #58
Comments
OK, so I changed to a different proxy, and then things started working
Question: I want to know what it was that the first "bad" proxy blocked. Does anybody know what it could be? Thanks. (PS: pacman-key --refresh-keys # still waits endlessly so no change there) |
Regarding the endless hanging of pacman-key --refresh-keys #hangs for every until timeout Perhaps it's related to the following: # following command hangs for ever until timeout
gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --search-keys alexpux@gmail.com
# following command works perfectly!!!
gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --keyserver-options "timeout=10 http-proxy=$http_proxy" --search-keys alexpux@gmail.com |
Ah indeed it is: Changing
now gets the command pacman-key --refresh-keys to succeed!!!! |
Hi, I'm having the same issue but only with msys. pacman -Syuu |
same here, any solution? |
Yes. See below:
How did I know to select the 2nd key of alexpux@gmail.com? You match the DSA key (or email-address if you want to risk it) from:
|
Since today I'm getting signature invalid, i.e.
results in
Is it just my setup, or are other people also get this?
I've tried around with e.g.
but it seems to hang forever and finally fails with some error.
(PS: I'm behind a proxy, but have http_proxy and https_proxy set.)
Any tips what to do/try?
How can I see the current signature and if it's the correct one?
Thanks.
The text was updated successfully, but these errors were encountered: