6.0.0-beta1
7/9/25

[#1039] Add proxy support
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

History
11/26/2006 03:56:39 AM Chuck Hagenbuch Comment #4
State ⇒ Resolved
Reply to this comment
Done.
05/25/2005 03:45:33 PM Chuck Hagenbuch Taken from Horde DevelopersHorde Developers
 
01/05/2005 04:04:50 PM Chuck Hagenbuch Assigned to Horde DevelopersHorde Developers
 
01/05/2005 09:59:09 AM Jan Schneider Comment #3
State ⇒ Accepted
Summary ⇒ Add proxy support
Reply to this comment
Oops, wrong state.



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


01/05/2005 09:56:26 AM Jan Schneider Comment #2
State ⇒ Stalled
Reply to this comment
We already have proxy support in Jonah. We should move the proxy 
configuration to Horde so that we can use it across all applications.
12/30/2004 04:21:59 PM enrico (dot) scholz (at) informatik (dot) tu-chemnitz (dot) de Comment #1
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ RFE: add proxy support for fetching GPG keys
Queue ⇒ Horde Base
State ⇒ New
Reply to this comment
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


Saved Queries