首頁  >  文章  >  開發工具  >  解決php Composer出現SSL報錯問題

解決php Composer出現SSL報錯問題

藏色散人
藏色散人轉載
2021-12-14 15:47:434043瀏覽

本文由composer教學專欄為大家介紹如何解決Windows下執行php Composer出現SSL報錯的問題,希望對需要的朋友有幫助!

解決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中文網其他相關文章!

陳述:
本文轉載於:aliyun.com。如有侵權,請聯絡admin@php.cn刪除