Php – How to enable SSL for PHP cURL on Linux

curlPHP

That's all there is to my question: how do you enable SSL for PHP cURL on Linux (specifically Ubuntu)? I'm not finding the answer by Googling it.

Best Answer

apt-get install php5-curl does the trick.