gpgkeys doesn't find the key thru http proxy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GnuPG |
New
|
Undecided
|
Unassigned | ||
gnupg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: gnupg
gpgkeys (called from apt-key) doesn't find a key when using a http proxy (set from env http_proxy):
gpg --ignore-
gpg: requesting key 10E239FF from hkp server keyserver.
gpgkeys: key 10E239FF not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
on squid access.log:
1306490082.847 119 127.0.0.1 TCP_MISS/503 1478 GET http://
while on a server without proxy works as expected:
gpg --ignore-
gpg: requesting key 10E239FF from hkp server keyserver.
gpg: key 10E239FF: "Launchpad Zentyal 2.0 series" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Status changed to 'Confirmed' because the bug affects multiple users.