keyserver.net bug

Janusz A. Urbanowicz alex@FUCKUP.fantastyka.net
Thu Aug 15 22:39:02 2002


David Shaw napisa=B3[a]/wrote/schrieb:
> I tracked down the problem some people were having with the OKS
> keyserver (the one that runs www.keyserver.net).
>=20
> It seems that contrary to the HTTP spec, this server responds
> immediately after the first CRLF instead waiting for the second one
> that terminates the request.  Essentially this means the server starts
> sending a response before the query is completed.
>=20
>   [dshaw@claude ~]$ telnet www.keyserver.net 11371
>   Trying 212.35.123.136...
>   Connected to www.keyserver.net.
>   Escape character is '^]'.
>   GET /pks/lookup?op=3Dget&search=3D0x68FDDBC7 HTTP/1.0
>  <-- should have been an extra blank line here -->
>   HTTP/1.0 200 OK
>   Content-type: text/html
>=20
> This is a bug in the server.  I can probably jimmy up a fix to make it
> work with GnuPG anyway, but there is only so much that can be done to
> work around the problem.  It really needs to be fixed in the server.

A workaround is to use HTTP proxy between the slient and the OKS server.

Alex