完整错误信息
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in
解决方法一
先下载cacert.pem证书,https://curl.se/ca/cacert.pem,下载完后我直接上传到了/www/server/php目录下
找到对应的php版本的php.ini文件
将openssl.cafile其路径替换为openssl.cafile=/etc/pki/tls/certs/cacert.pem也就是你刚把cacert.pem证书上传的路径
最后重启php服务即可
本文地址:https://www.moyublog.com/notes/1177.html
加入我们:微信:搜索“Moyu-Blog” 帝国CMS模板客户群:QQ二群---909235407 QQ一群(已满)---106997031
版权声明:本文采用[BY-NC-SA]协议进行授权,如无特别说明,转载请注明本文地址!