7 Nov
2007
7 Nov
'07
4:52 p.m.
Hmm... it doesn't seem to read it for me. And I know my http_proxy var is correct as curl itself works fine with just the variable set (and nothing in .curlrc). I've updated to the latest Macports (using somewhere with REAL internet that doesn't need a proxy), but nothing. I don't know where to proceed with this :( Thanks! On 7 Nov 2007, at 14:31 , Weissmann Markus wrote:
hmmm... afaik, libcurl reads http_proxy & friends; setting http_proxy works for me:
# working http proxy: $> export http_proxy=http://myproxy:3128 sudo port -d fetch mysql5 -> succeeds # inexistant http proxy $> export http_proxy=http://127.0.0.1:4711 sudo port -d fetch mysql5 -> cannot connect