sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: port 80 keyserver access, again (was Re: [Sks-devel] SKS and Apache2


From: David Shaw
Subject: Re: port 80 keyserver access, again (was Re: [Sks-devel] SKS and Apache2 :-))
Date: Tue, 11 May 2004 16:28:52 -0400
User-agent: Mutt/1.5.6i

On Tue, May 11, 2004 at 04:18:00PM -0400, Jason Harris wrote:
> This can also be done with (a slightly modified version of) the PHP page
> floating around, but it does require a change to GPG to fully work.  Add:
> 
>     sprintf( request, "Content-type: application/x-www-form-urlencoded\r\n");
>     iobuf_writestr( hd.fp_write, request );

Or just

  iobuf_writestr(hd.fp_write,
                "Content-Type: application/x-www-form-urlencoded\r\n");

Note that GnuPG 1.2.5 (to be released soon) does this automatically.

Can we find a few more lists to cc this to?  Seriously, the people who
just got cc'd have no idea what we're talking about.

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]