Folks, had the same issue. Remote requests over HTTPS (secured connection) using cURL not working.
Resolved this by enabling php_curl.dll in my php and apache settings. Ask your webhost to do this for you.
Basically: Open php.ini, search for curl, uncomment extension=php_curl.dll and save.
Hope this helps!