cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re:Re: git clone over https failure while using socks proxy.

From: jelly <sinojelly_at_163.com>
Date: Sat, 6 Aug 2011 09:11:17 +0800 (CST)

>Did you really rebuild it then as you should've? not clean before make.>What if you run the test suite, does all the tests still run fine?
I can't reproduce Url Not Set problem on commit 817b863466fd9812cb7a2305b66a39f2c0c24dbc.using this version, i can run "curl --socks5 localhost:9050 https://code.google.com/p/wiztodo -k" successful.i can use git with socks proxy in http.proxy:$ git config --get http.proxy
socks5://localhost:9050and git clone https://code.google.com/p/wiztodo successful.But i run these commands fail, seems curl and git can not use socks proxy settings in https_proxy:$ echo $https_proxy
socks5://localhost:9050
$ curl https://code.google.com/p/wiztodo
curl: (35) Unknown SSL protocol error in connection to code.google.com:443$ git clone https://code.google.com/p/wiztodo wiztodo3
Cloning into wiztodo3...
error: Unknown SSL protocol error in connection to code.google.com:443 while ac
cessing https://code.google.com/p/wiztodo/info/refsBTW: test result on commit 40597fd942914960b068 (cygwin)TESTDONE: 552 tests out of 556 reported OK: 99%
TESTFAIL: These test cases failed: 504 564 582 1070

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