本文由composer教學專欄為大家介紹如何解決Windows下執行php Composer出現SSL報錯的問題,希望對需要的朋友有幫助!
解決Windows下執行php Composer出現SSL報錯的問題:
在windows下執行composer卻出現SSL報錯:
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憑證導致的! ! !
CA憑證下載位址:
http://curl.haxx.se/docs/caextract.html
然後修改php.ini檔案
openssl.cafile= D:/xampp/php-5.6/cacert.pem
以上是解決php Composer出現SSL報錯問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!