cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re:Re:Re: git clone over https failure while using socks proxy. any suggestions?thanks.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 3 Aug 2011 23:43:48 +0200 (CEST)

On Tue, 2 Aug 2011, jelly wrote:

> Thank you! I have updated my libcurl to the latest version, but still can
> not use socks proxy.

Ok, thanks for trying that out. This is bad news to us then as it seems to be
an actually still existing bug.

> If I config http.proxy as localhost:9050, I get error: Proxy CONNECT
> aborted.
> If I config http.proxy using some port forwarding tools, such as corkscrew
> or connect, I get Send failure: Connection reset by peer.
> I don't know the difference of these two configurations, and how to choose
> the proper one. Why I can't use socks proxy while using git? Thanks.

Isn't http.proxy saying that the proxy is a HTTP proxy, and that's why it
sends a HTTP CONNECT request to it (that fails) ?

If you start out without git in the mix, can you try using the command line
curl tool to go over the SOCKS proxy to download data off a remote HTTPS site?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-03