Re: port 80 keyserver access, again (was Re: [Sks-devel] SKS and Apache2 :-))
David Shaw <[email protected]> Tue, 11 May 2004 16:28:52 -0400
| Newsgroups | gmane.comp.encryption.gpg.user,gmane.comp.encryption.pgp.sks,gmane.comp.encryption.pgp.keyserver-folk |
|---|---|
| Message-ID | <[email protected]> |
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