curl curl_exec 报错 Problem with the SSL CA cert (path? access rights?)

使用cul扩展的时候提示 Problem with the SSL CA cert (path? access rights?) 或者使用yum 进行更新或者安装软件的时候提示失败

有一种可能就是系统的ca包没有更新

包名为

ca-certificates

更新一下这个包一般通过yum安装或者更新软件就没问题了

curl扩展还是提示这个问题 需要重启一下PHP 重新加载一下扩展才能解决问题

 yum -y install ca-certificates

pkill php-fpm

 /usr/local/php/sbin/php-fpm 

发表评论