laravel学习笔记(1)- windows中wamp环境composer使用中openssl问题解决

今天在windows下学习lavaral,使用composer update命令报如下错误:


 [Composer\Exception\NoSslException]


  The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex
  tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.


大体意思就是composer要求使用openssl连接,百度相关问题,解决思路分为两种:


一、禁用openssl,结果是治标不治本放弃

二、开启php的openssl扩展,下载ca证书


具体操作如下:



1、开启php扩展,左键wamp-php-php扩展-php_openssl前面打勾。

2、在D:\wamp\wamp\bin\php\php5.4.12(看个人安装路径确定)下找到php.ini文件,用sublime打开。

查找 extension=php_openssl.dll ,删除extension=php_openssl.dll前面的分号,取消注释,从而启用OpenSSL插件。

注意:因为SSL连接需要认证,所以继续下面的步骤之前,需要准备好CA证书(建议把证书保存到D:\wamp\wamp\bin\php\php5.4.12\verify目录中),可以从https://curl.haxx.se/docs/caextract.html处下载。(如果直接打开文件的话,另存为修改文件名即可)

3、如果php.ini文件中能够找到

;openssl.cafile=

和上面一样,去掉分号注释,设置CA证书为D:\wamp\wamp\bin\php\php5.4.12\verify,即

openssl.cafile= "D:\wamp\wamp\bin\php\php5.4.12\verify\cacert.pem"如果无法找到直接添加

openssl.cafile= "D:\wamp\wamp\bin\php\php5.4.12\verify\cacert.pem"


完成上面操作再次在cmd环境中运行composer update 问题解决,参考文章


http://www.ituring.com.cn/article/261281

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值