Summary | Add proxy support |
Queue | Horde Base |
Queue Version | 3.0 |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | enrico.scholz (at) informatik (dot) tu-chemnitz (dot) de |
Created | 12/30/2004 (7496 days ago) |
Due | |
Updated | 11/26/2006 (6800 days ago) |
Assigned | |
Resolved | 11/26/2006 (6800 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Accepted
Summary ⇒ Add proxy support
We should also collect all places where we would need to use the proxy
in this ticket. What comes to mind are:
- gpg keyserver
- weather.com block
- free/busy urls
State ⇒ Stalled
configuration to Horde so that we can use it across all applications.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ RFE: add proxy support for fetching GPG keys
Queue ⇒ Horde Base
State ⇒ New
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