您好,登錄后才能下訂單哦!
這篇文章主要介紹PHP中composer報錯certificate verify failed怎么辦,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
環境: centos7
使用 composer 安裝依賴的時候報錯了. 出現了如下的錯誤描述:
Failed to download laravel/laravel from dist: The "https://files.phpcomposer.com/files/laravel/laravel/48f44440f7713d3267af2969ed84297455f3787e.zip" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed
是證書出現了一些問題.
嘗試修復:
yum update -y
待全部軟件更新后, 重啟機器, 再次嘗試composer 來安裝依賴, 成功了
composer create-project --prefer-dist laravel/laravel vms3.0-admin Installing laravel/laravel (v5.4.15) - Installing laravel/laravel (v5.4.15): Downloading (100%) Created project in vms3.0-admin > php -r "file_exists('.env') || copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 59 installs, 0 updates, 0 removals - Installing symfony/polyfill-mbstring (v1.3.0): Downloading (100%) - Installing symfony/var-dumper (v3.2.6): Downloading (100%)
以上是“PHP中composer報錯certificate verify failed怎么辦”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。