当前位置:网站首页 > WordPress教程 > 正文
记一个SSL报错Warning: getimagesize(): SSL operation failed with code 1
作者:98wpeu发布时间:2026-02-18分类:WordPress教程浏览:59
导读:今天在给一个外贸网站安装主题的时候,导入完毕Demo数据,网站前台图片显示的位置报错,内容如下:Warning:getimagesize():SSLoperationfai...
今天在给一个外贸网站安装主题的时候,导入完毕Demo数据,网站前台图片显示的位置报错,内容如下:
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /www/wwwroot/*/wp-content/themes/*/framework/class-image.php on line 120 Warning: getimagesize(): Failed to enable crypto in /www/wwwroot/*/wp-content/themes/*/framework/class-image.php on line 120 Warning: getimagesize(https://*/wp-content/uploads/2021/02/video-opacity-tiny.png): failed to open stream: operation failed in /www/wwwroot/*/wp-content/themes/*/framework/class-image.php on line 120
出现这个问题的原因是证书问题,解决办法如下:
1、下载cert证书到服务器任意位置,地址:https://curl.haxx.se/ca/cacert.pem
2、修改php.ini 配置文件里面的openssl.cafile= 为 openssl.cafile=服务器目录/cacert.pem
3、重新执行即可~
————————————————
方法来源:https://blog.csdn.net/default7/article/details/77008973
- WordPress教程排行
-
- 1外贸WordPress建站付费主题和插件第二年需要续费吗?
- 2WordPress关注微信公众号回复可见和阅读更多的方法
- 3SiteGround的CPU Time Usage是什么意思?为什么有感叹号
- 4SiteGround上用Avada搭建的主题图片不显示问题排查
- 5自定义WooCommerce库存提示插件,修改Out of stock缺货提示
- 6一款简洁的WordPress主题Neve,适用于博客和企业网站
- 7WordPress媒体库增强(图片分类)插件WP Media Folder
- 8Blocksy主题教程:使用WordPress+Blocksy搭建企业官网
- 9WordPress的基本概念和术语
- 最近发表


