CyberPanel Community

cURL error 60: SSL certificate problem: unable to get local issuer certificate

2 replies
TD
Tien Dung Dao #3

I found the solution was to add to the functions.php file the code that would solve the problem.

add_filter(‘https_ssl_verify’, ‘__return_false’);

Any other solution people?

Sign in to reply