sks-devel
[Top][All Lists]
Advanced

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

Re: [Sks-devel] keyserver.linux.it - Error parsing headers: no colon fou


From: Darryl Ross
Subject: Re: [Sks-devel] keyserver.linux.it - Error parsing headers: no colon found
Date: Tue, 26 Apr 2005 20:40:34 +0930
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Heyas,

I'm literally in the process of rebuilding keyserver.afoyi.com. Should I apply the patch anyway?

Another related question, is there any other patches I should apply while I'm at it?

Cheers
Darryl



Jason Harris wrote:
On Sun, Apr 24, 2005 at 11:48:21AM -0400, Jason Harris wrote:
What does this error mean (TZ=UTC):

 2005-04-24 15:28:10 Requesting 1 missing keys from <ADDR_INET 
62.94.26.10:11371>, starting with 57A37B22486CA60A298585C861BDCE60
 2005-04-24 15:28:10 Error getting missing keys: Failure("Error parsing headers: no 
colon found")


and I've only seen it recently with keyserver.linux.it.


[self-reply]
OK, I developed a workaround.  Everyone who peers with keyserver.linux.it,
currently:

  keyserver.noreply.org
  thedungeon.dnsalias.net
  minsky.surfnet.nl
  keyserver.fabbione.net
  pgp.sjbcom.com
  keyserver.stack.nl
  ice.mudshark.org
  ds.carnet.hr
  gpg-keyserver.de
  pks.gpg.cz
  pgp.ael.be
  pgp.srv.ualberta.ca
  sks.keyserver.penguin.de

should apply this patch:

--- orig/reconComm.ml
+++ mod/reconComm.ml
@@ -81,7 +81,7 @@
                let sout = Channel.new_buffer_outc 0 in
                CMarshal.marshal_list ~f:CMarshal.marshal_string sout hashes;
                let msg = sout#contents in
-               cout#write_string "POST /pks/hashquery\r\n";
+               cout#write_string "POST /pks/hashquery HTTP/1.0\r\n";
cout#write_string (sprintf "content-length: %d\r\n\r\n" (String.length msg));
                cout#write_string msg;



------------------------------------------------------------------------

_______________________________________________
Sks-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/sks-devel





reply via email to

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