Mac OS X上的XAMPP SSL问题

时间:2014-12-20 18:14:35

标签: php ssl xampp

我在Mac OS X上安装了XAMPP,并且在运行此代码时出现问题

<?php
    echo file_get_contents("https://extensions.bolt.cm/list.json");
?>

我收到以下错误

  

警告:file_get_contents():SSL操作失败,代码为1. OpenSSL错误消息:错误:14090086:SSL例程:SSL3_GET_SERVER_CERTIFICATE:证书验证在第2行的index.php中失败

加载mod_ssl并启用OpenSSL

allow_url_fopen和allow_url_include都在

我已经看到其他线程谈论取消注释php.ini文件中的extension = php_openssl.dll行,但这似乎是针对Windows的。如果我应该在OS X上做类似的事情,我会很感激你的建议。

非常感谢任何帮助!

更新

以下是code that Alexander suggested running

的结果
  博尔(假)
  string(69)“SSL证书问题:证书链中的自签名证书”
  string(0)“”

0 个答案:

没有答案