> I'd say that isn't very likely and you could easily snoop on the network to> figure that out for sure In the very first message I wrote that there is strange tcpdump record: 21 3.815135 X.X.X.X Y.Y.Y.Y TLSv1 215 Ignored Unknown Record In this record there is some binary dump followed by an uncripted text: GET /pub/scm/git/git.git/info/refs?service=git-upload-pack HTTP/1.1 User-Agent: git/1.7.5.4 Host: git.kernel.org Accept: */* Pragma: no-cache This packet is recorded before negotiation complete, so I'm wondering who is guilty: git or curl? What Git is providing to libcurl? Can I log it? > curl will send the HTTP request once the TLS negotiation has completed as > told by the TLS library. I believe you said you're using GnuTLS, are you > using a recent version? I'm using the version that comes with Ubuntu 11.10. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html