It’s a common wordpress problem: PHP’s curl extension is not installed! No need to mess around in config files etc, simply do a

sudo apt-get install curl php5-curl

to install the PHP curl extension, activated and ready to go (apache restarts automatically, if not, do so).