file_get_contents()SSL错误

时间:2016-12-28 01:53:38

标签: php wordpress google-app-engine ssl curl

我按照发现here的某个教程,使用SQL云数据库将Wordpress安装到App Engine上。

我必须运行安装脚本来下载Wordpress存档和插件。运行该命令时,我收到以下错误:

Downloading the WordPress archive...

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /Users/Me/Sites/Blog/src/Project.php on line 47

Warning: file_get_contents(): Failed to enable crypto in /Users/Me/Sites/Blog/src/Project.php on line 47

Warning: file_get_contents(https://wordpress.org/latest.zip): failed to open stream: operation failed in /Users/Me/Sites/Blog/src/Project.php on line 47

我已经查看了多个资源来解决这个问题,例如this one,他们建议将验证设置为false,但我在这个项目中没有这个选项。我还发现有人建议使用curl,但我不确定如何在不破坏项目的情况下使用它。

0 个答案:

没有答案