php - cURL systematically times out when trying to connect -


i've installed curl.exe file indicated on many posts around here, updated path environment, tried many different tricks posted still, curl fails connect. typical error message is:

c:\users\vcannilla>curl -v http://www.google.com

  • rebuilt url to: http://www.google.com/

  • trying 64.233.184.104...

  • connect 64.233.184.104 port 80 failed: timed out

  • trying 64.233.184.147...
  • connect 64.233.184.147 port 80 failed: timed out
  • trying 64.233.184.106...
  • connect 64.233.184.106 port 80 failed: timed out
  • trying 64.233.184.99...
  • connect 64.233.184.99 port 80 failed: timed out
  • trying 64.233.184.103...
  • connect 64.233.184.103 port 80 failed: timed out
  • trying 64.233.184.105...
  • connect 64.233.184.105 port 80 failed: timed out
  • failed connect www.google.com port 80: timed out
  • closing connection 0 curl: (7) failed connect www.google.com port 80: timed out

some appreciated :)

cheers


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

c# - MSDN OneNote Api: Navigate to never before opened page without opening a OneNote Application Window -