Download failed. cURL error 77 – Have you tried switching it off and back on?

Written by James McDonald

October 31, 2018

I recently updated the PHP version on my Amazon Linux AMI and then a few days later notice I could not download WordPress updates. I was getting the following error:

Download failed. cURL error 77

If you get this error you might try restarting your web server process and / or php-fpm if you are using it

So for me the commands I needed worked out to

service nginx restart
service php-fpm restart

This was the content of the log when the cURL error was being thrown (It normally appears on one long line in the long but has been wrapped for readability)

2018/10/30 23:24:56 [error] 3246#0: *130467 FastCGI sent in
stderr: "PHP message: PHP Warning: An unexpected error occurred.
Something may be wrong with WordPress.org or this server’s
configuration. If you continue to have problems, please try the
support forums. (WordPress could not establish a secure
connection to WordPress.org. Please contact your server
administrator.) in /var/path/to/webroot/web/blog/wp-
includes/update.php on line 347

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...