git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git 1.7.5 problem with HTTPS
@ 2011-11-15 13:52 Dmitry Smirnov
  2011-11-15 15:03 ` Shawn Pearce
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Dmitry Smirnov @ 2011-11-15 13:52 UTC (permalink / raw)
  To: git

Hi,

I have problems with downloading Android code from android.googlesource.com.

The error says: fatal: branch stable is not signed

I was trying to figure out what happens and finally came to conclusion
that this is a problem of the git.

When I try to clone the git itself using https
(https://git.kernel.org/pub/scm/git/git.git) I'm getting the follwing
error:
warning: remote HEAD refers to nonexistent ref, unable to checkout.

If I use the http URL (http://git.kernel.org/pub/scm/git/git.git) I
can clone with no problems.

I was also considering that the problem is caused by proxy. But when I
tried to clone the same git source from another host via the same
proxy, it works pretty good. The difference is the git version: on the
first host it is 1.7.5.4 (comes with Ubuntu 11.10), on the second -
1.7.0.4

I was trying to collect some tcpdump and it shows the follwoing sequence
15	1.962132	X.X.X.X	Y.Y.Y.Y	HTTP	204	CONNECT git.kernel.org:443 HTTP/1.1
17	3.687364	Y.Y.Y.Y	X.X.X.X	HTTP	105	HTTP/1.0 200 Connection established
19	3.764793	X.X.X.X	Y.Y.Y.Y	TLSv1	208	Client Hello
21	3.815135	X.X.X.X	Y.Y.Y.Y	TLSv1	215	Ignored Unknown Record
23	4.045326	Y.Y.Y.Y	X.X.X.X	TLSv1	2239	Server Hello, Certificate,
Server Key Exchange, Server Hello Done
25	4.055059	Y.Y.Y.Y	X.X.X.X	TLSv1	73	Alert (Level: Fatal, Description:
Protocol Version)

As you can see, session seems terminated with fatal alert. It looks
like client tries to use TLS 1.2 but server accepts only TLS 1.0. But
this is just assumption.
Also, it is no clear what is that Ignored Unknown Record. But it
contains 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

So, any suggesstions?

Dmitry

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-11-17  6:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 13:52 Git 1.7.5 problem with HTTPS Dmitry Smirnov
2011-11-15 15:03 ` Shawn Pearce
2011-11-15 23:10   ` Junio C Hamano
2011-11-16  7:11     ` Dmitry Smirnov
2011-11-16  7:18       ` Junio C Hamano
2011-11-16  7:34       ` Tay Ray Chuan
2011-11-16  8:51         ` Dmitry Smirnov
2011-11-16  9:13           ` Daniel Stenberg
2011-11-16 10:10             ` Dmitry Smirnov
2011-11-16 22:28               ` Jonathan Nieder
2011-11-16  7:04   ` Dmitry Smirnov
2011-11-16 10:32 ` Haitao Li
2011-11-17  6:36 ` Dmitry Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).