AyeCode Connect: cURL error 60: SSL certificate problem: certificate has expired

cURL error 60: SSL certificate problem: certificate has expired

If you see the above error then it's likely that your server is running an outdated version of OpenSSL that has a bug where it can't read newer certificates.

You can check what version of OpenSSL your server is using by going to GeoDirectory > Status > System Status > cURL version.  If your version is 1.0.x then it is likely the problem, version 1.1.x do not have this issue.

Solution

Ask your server admin or host to update your version of OpenSSL or apply the quick fix below:

Add the following two lines to your wp-config.php file (make sure only to add these ONCE).

define( 'AYECODE_CONNECT_SSL_VERIFY', false );
define( 'WP_EASY_UPDATES_SSL_VERIFY', false );
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us