Certificate has expired - licensing issue

Hello,

I get this exact message when putting in my key for the xtheme.

“cURL error 60: SSL certificate problem: certificate has expired”

However the padlock says it doesn’t expire until july 2022… so i’m not sure what’s happening. I’ll put info in the secure note that could help.

Hello @fxground,

Thanks for writing in!

“cURL error 60: SSL certificate problem: certificate has expired”

This error message is related to SSL, your PHP configuration may not be configured properly or having some issues. We would advise contacting your host about this. In the meantime, you can fix your theme license validation by adding this code to the functions.php file of your Child Theme:

add_filter( 'https_ssl_verify', '__return_false' );

This allows WordPress to skip verification when making outbound HTTP requests. For more information on how to set up a Child Theme click here.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.