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

David Shaw dshaw at jabberwocky.com
Tue May 11 22:28:52 CEST 2004


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



More information about the Gnupg-users mailing list