解决Win7下安装composer asset插件时ssl报错的问题
时间:2015-04-16 19:49:27
收藏:0
阅读:349
在win7下运行composer,安装asset插件时,出现SSL报错:
没有安装CA证书导致的!!!
CA证书下载地址:http://curl.haxx.se/docs/caextract.html
然后修改php.ini文件 增加
就OK了~
原文:http://www.cnblogs.com/lchecho/p/4432960.html
评论(0)