cURL error 60: SSL certificate FIX - wordpress

Описание к видео cURL error 60: SSL certificate FIX - wordpress

cURL error 60: SSL certificate FIX - wordpress
wp_remote_get() failed. Please contact your hosting provider. cURL error 60: SSL certificate problem: unable to get local issuer certificate

Disable SSL verification within your testing site.
You can do this by adding this line into the file
Appearance » Theme Editor » functions.php or
or
/wp-content/themes/YOUR_THEME/functions.php

add_filter('https_ssl_verify', '__return_false');

Комментарии

Информация по комментариям в разработке