0

I followed a certain tutorial found here to install Wordpress onto App Engine, using a SQL Cloud Database.

I'm up to the point when I have to run the setup script to download the Wordpress archive and plugins. When that command is ran I get the following errors:

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

I've looked at multiple resources to combat this issue such as, this one, where they suggest to set the verification to the peer to false, but I do not have that option within this project. I also found that someone suggested to use curl instead but I'm unsure how to use that without breaking the project.

Community
  • 1
  • 1
privateer35
  • 365
  • 2
  • 6
  • 14

0 Answers0