I am facing this issue with curl on a box, followed several solution (from here too /http://curl.haxx.se/docs/sslcerts.html) , updated /etc/pki/tls/certs/ca-bundle.crt, checked permissions, but no success.
Server environment is
CENTOS 6.4 x86_64 standard
WHM 11.38.0 (build 15)
CurlSSL selected in EasyApache.
Any idea how to fix this?
Server environment is
CENTOS 6.4 x86_64 standard
WHM 11.38.0 (build 15)
CurlSSL selected in EasyApache.
Any idea how to fix this?
Code:
Testing ... http://www.google.com/intl/en/contact/ - http://www.google.com/intl/en/contact/
....HTTP to Google - OK
Testing ... https://www.google.com/intl/en/contact/ - https://www.google.com/intl/en/contact/
[COLOR="#FF0000"][B]....HTTPS to Google - Problem[/B][/COLOR]
error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
Array
(
[url] => https://www.google.com/intl/en/contact/
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.002201
[namelookup_time] => 0.000768
[connect_time] => 0.00221
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
[certinfo] => Array
(
)
[redirect_url] =>
)
There is a problem with cURL. You need to contact your server admin or hosting provider.
Last edited by a moderator: