curl-library
Re:Re:Re: git clone over https failure while using socks proxy.
Date: Sat, 6 Aug 2011 22:39:10 +0800 (CST)
>That seems very odd. When libcurl has a proxy to use, it doesn't matter how it
>got it, it will stilll use the proxy the same way.
It seems that curl don't know there is proxy setting in https_proxy. ( socks proxy and http proxy are all the same)jelly_at_jelly-PC2 ~/test-zip-git-clone
$ echo $https_proxy
socks5://localhost:9050
jelly_at_jelly-PC2 ~/test-zip-git-clone
$ curl https://code.google.com/p/wiztodo -v
* About to connect() to code.google.com port 443 (#0)
* Trying 74.125.71.100... connected
* Connected to code.google.com (74.125.71.100) port 443 (#0)
* Unknown SSL protocol error in connection to code.google.com:443
* Closing connection #0
curl: (35) Unknown SSL protocol error in connection to code.google.com:443
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-06