PHP中composer报错certificate verify failed怎么办

发布时间:2020-12-10 09:46:34 作者:小新
来源:亿速云 阅读:498

这篇文章主要介绍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怎么办”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注亿速云行业资讯频道!

推荐阅读:
  1. oracle 19c opatchauto打补丁报错Miss
  2. get_headers()请求https报错解决思路

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

composer php certificate verify failed

上一篇:go语言有哪些优点

下一篇:Composer的使用示例

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》