Curl not working on OS X

1

I recently upgraded XCode and while I'm not sure if that caused the problem, I can't curl out of my computer anymore. This seems to break rvm and homebrew but git still works. I upgraded curl and the problem still exists so I'm not sure it's actually a curl issue but not really sure how to debug from here.

wget also just hangs

Here is the verbose output from curl:

$ curl http://www.google.com -v
* About to connect() to www.google.com port 80 (#0)
*   Trying 74.125.227.178... 

ssh works fine!

Any ideas on how to debug?

wachutu

Posted 2013-07-11T14:40:58.193

Reputation: 11

Did you ever figure this out? – jkau – 2018-02-26T20:31:59.687

No answers