git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git 2.8.1 not working with socks5h https proxy anymore
@ 2016-04-08 18:46 Felix Ruess
  2016-04-08 19:07 ` Dennis Kaarsemaker
  2016-04-08 19:16 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Felix Ruess @ 2016-04-08 18:46 UTC (permalink / raw)
  To: git

Hi all,

I just encountered a problem with the latest git version (2.8.1) that
looks like a regression to me:
When trying to clone a repo via a https socks5 proxy the connection times out:

$ git config --global 'http.proxy=socks5h://127.0.0.1:1080'
$ export GIT_CURL_VERBOSE=1
$ git clone https://foo.de/bar.git
Cloning into 'bar'...
* Couldn't find host foo.de in the .netrc file; using defaults
* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Hostname was NOT found in DNS cache
* 80
* 147
* 201
* 194
channel 2: open failed: connect failed: Connection timed out
channel 4: open failed: connect failed: Connection timed out
* Failed to receive SOCKS5 connect request ack.
* Closing connection 0
fatal: unable to access 'https://foo.de/bar.git/': Failed to receive
SOCKS5 connect request ack.

I'm on Ubuntu 14.04 64bit and it works perfectly fine with git 1.9.1
(and was also working with older git 2.x versions, although not sure
any more what the last working version was).

Cheers, Felix

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

end of thread, other threads:[~2016-04-10 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 18:46 git 2.8.1 not working with socks5h https proxy anymore Felix Ruess
2016-04-08 19:07 ` Dennis Kaarsemaker
2016-04-08 19:16 ` Junio C Hamano
2016-04-09 12:05   ` Felix Ruess
2016-04-10 18:11     ` Junio C Hamano

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).