How to fix wordpress “cURL error 77” on Centos php7, php8

Simple way to fix it

if you use webserver NGINX

yum reinstall ca-certificates
service php-fpm restart
service nginx restart