【发布时间】:2016-01-20 12:47:40
【问题描述】:
尝试将我的市场帐户与 magento2 管理面板同步并收到此错误:
error setting certificate verify locations:
CAfile: F:\xampp\ca-bundle\ca-bundle.crt CApath: none
CMS 使用 https 和 ssl 自签名证书安装到 localhost,系统 - windows 7。
在 php.ini 中添加了这个:
[curl]
curl.cainfo="F:\xampp\ca-bundle\ca-bundle.crt"
openssl.cafile="F:\xampp\ca-bundle\ca-bundle.crt"
当我为 linux 阅读这个问题时,根据权限和目录应该是可读的。但是我的系统安装在 C:/ 所以对于 F:/ 任何目录都应该可用。 与什么问题有关?如何解决? 谢谢。
【问题讨论】:
标签: magento2