PHP7.4报错getimagesize(): SSL operation failed with code 1问题 - 程序员中文网-程序员中文网 PHP7.4报错getimagesize(): SSL operation failed with code 1问题 - 程序员中文网-程序员中文网
欢迎光临
我们一直在努力

PHP7.4报错getimagesize(): SSL operation failed with code 1问题

完整错误信息

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服务即可
赞(2)
未经允许不得转载:程序员中文网 » PHP7.4报错getimagesize(): SSL operation failed with code 1问题
手机电脑