[Tickets #1039] NEW: RFE: add proxy support for fetching GPG keys
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Dec 30 08:22:00 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1039
-----------------------------------------------------------------------
Ticket | 1039
Created By | enrico.scholz at informatik.tu-chemnitz.de
Summary | RFE: add proxy support for fetching GPG keys
Queue | Horde Base
Version | 3.0
State | New
Priority | 2. Medium
Type | Enhancement
Owners |
-----------------------------------------------------------------------
enrico.scholz at informatik.tu-chemnitz.de (2004-12-30 08:21) wrote:
It would be nice when horde supports fetching of GPG keys over proxies.
As a quick hack (and completely unparameterized), I am using
| /* Connect to the public keyserver. */
| $cmd = 'GET
http://random.keyserver.penguin.de:11371/pks/lookup?op=get&exact=on&search='
. $fprint . ' HTTP/1.0';
| $output = $this->_connectKeyserver($cmd, "www-cache", $timeout);
| /* The HKP server is located on port 11371. */
| $fp = @fsockopen($server, '3128', $errno, $errstr, $timeout);
in lib/Horde/Crypt/pgp.php
More information about the bugs
mailing list