crls via proxy
Werner Koch
wk at gnupg.org
Mon Oct 25 11:03:11 CEST 2004
On Mon, 25 Oct 2004 02:29:13 -0600, John R Shannon said:
> What must I do to configure dirmngr to use a http proxy?
Sorry, there is no proxy support yet. However it is easy to patch:
src/http.c:send_request change
if ((hd->flags & HTTP_FLAG_TRY_PROXY)
&& (http_proxy = getenv (HTTP_PROXY_ENV)))
to
if ((http_proxy = getenv (HTTP_PROXY_ENV)))
I'll add the missing option --honor-http-proxy to the next release.
Hth,
Werner
More information about the Gnupg-devel
mailing list