fbpx

Server Setup

How to fix PHP Curl Error Number 77 (CentOS/RHEL 7)

by , , revisited on


We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth yum upgrades for production use, this is the repository for you.
Active subscription is required.

Curl Error Number 77 is:

Problem with reading the SSL CA cert (path? access rights?)

After upgrading ca-certificates package, the PHP-FPM has to re-read the /etc/pki/tls/cert.pem old file. A restart is the best way to ensure it does

Solution #1

Restart PHP-FPM:

sudo systemctl restart php-fpm

Leave a Reply

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

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.