首页 > 技术文章 > windows8运行php Composer出现SSL报错的问题

yangcclg 2016-02-24 13:09 原文

 

这是没有安装CA证书导致的!!!

CA证书下载地址:http://curl.haxx.se/docs/caextract.html

然后修改php.ini文件

openssl.cafile= D:/wamp/php/verify/cacert.pem

 

问题解决。新技能get

 

推荐阅读