Şu şekilde bir karşılık aldım
array(37) { ["url"]=> string(26) "https://www.google.com.tr/" ["content_type"]=> NULL ["http_code"]=> int(0) ["header_size"]=> int(0) ["request_size"]=> int(0) ["filetime"]=> int(-1) ["ssl_verify_result"]=> int(20) ["redirect_count"]=> int(0) ["total_time"]=> float(0.238337) ["namelookup_time"]=> float(0.012573) ["connect_time"]=> float(0.125635) ["pretransfer_time"]=> float(0) ["size_upload"]=> float(0) ["size_download"]=> float(0) ["speed_download"]=> float(0) ["speed_upload"]=> float(0) ["download_content_length"]=> float(-1) ["upload_content_length"]=> float(-1) ["starttransfer_time"]=> float(0) ["redirect_time"]=> float(0) ["redirect_url"]=> string(0) "" ["primary_ip"]=> string(14) "172.217.17.227" ["certinfo"]=> array(0) { } ["primary_port"]=> int(443) ["local_ip"]=> string(15) "192.168.191.207" ["local_port"]=> int(51604) ["http_version"]=> int(0) ["protocol"]=> int(2) ["ssl_verifyresult"]=> int(0) ["scheme"]=> string(5) "HTTPS" ["appconnect_time_us"]=> int(0) ["connect_time_us"]=> int(125635) ["namelookup_time_us"]=> int(12573) ["pretransfer_time_us"]=> int(0) ["redirect_time_us"]=> int(0) ["starttransfer_time_us"]=> int(0) ["total_time_us"]=> int(238337) }
ssl sertifikası veya limit ile alakalı bir problem gibi gözüküyor. şu şekilde dener misiniz:
<?php
$x=curl_init("http://demo.phpcure.com");
curl_exec($x);
$y = curl_getinfo($x);
var_dump($y);
?>