在windows下運行composer卻出現SSL報錯:php
E:\www>php -f composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed」
沒有安裝CA證書致使的!!!html
CA證書下載地址:http://curl.haxx.se/docs/caextract.html shell
而後修改php.ini文件windows
openssl.cafile= D:/xampp/php-5.6/cacert.pemcomposer