Hello ,
I am facing a problem with libcurl.
I want to create a PHP script connecting to an https link using curl. I get the following result :
Quote:
Array
(
[url] => https://www.justvoip.com/myaccount/sendsms.php?username=...............
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0
[redirect_time] => 0
)
cURL error number:1
cURL error:Protocol https not supported or disabled in libcurl
|
Is there any requirement to recompile the Apache or PHP with Easy Apache from WHM?
Or Can I make to curl to able to use SSL with any configuration?