PHP运行环境提示: curl https时error 77(Problem with reading the SSL CA cert (path? access rights?))
## 一、环境:
- 64位CentOS7
- PHP7.2
- curl7.54.0
## 二、执行任务:
使用curl扩展请求文件资源的时候提示错误:Problem with reading the SSL CA cert (path? access rights?)
##三、解决方案:
1、确认是否安装 ca-certificates ,否则直接安装
```sh...