Friday, 15 May 2015

php - Wordpress Cron Error "SSL certificate: unable to get local issuer certificate" -


I encountered an error on my WordPress installation with not being able to execute wp-cron.php from Wordpress I am here. Debugging tool "Control" error reports "SSL certificate: Unable to get local issuer certificate".

WGET is not able to reach wp-cron.php, which is most likely due to the SSL problem. I need wp-cron to run newsletter tools and more.

It is very strange that the same error occurs on other WP installations on the same server, which does not even have an SSL certificate or even use HTTPS. The error remains the same.

I have already tried to solve the problem with other Wordpress plugins, but there is no luck. Since the message is independent of the same site or I think the problem lies somewhere other than Wordpress.

Any ideas are appreciated appreciatively!

Which version of WordPress are you running? If this version of version 3.7 can be added to the end of your wp-config.php at the end of the line:

  add_filter ('https_ssl_verify', '__return_false'); Add_filter ('https_local_ssl_verify', '__return_false');  

I created a short guide here:


No comments:

Post a Comment